Home
last modified time | relevance | path

Searched defs:alloc_env (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbechordal.c82 static int get_next_free_reg(const be_chordal_alloc_env_t *alloc_env, bitset_t *colors) in get_next_free_reg()
118 static void pair_up_operands(const be_chordal_alloc_env_t *alloc_env, be_insn_t *insn) in pair_up_operands()
168 static ir_node *handle_constraints(be_chordal_alloc_env_t *alloc_env, in handle_constraints()
399 be_chordal_alloc_env_t *alloc_env = (be_chordal_alloc_env_t*)env_ptr; in assign() local
/dports/security/xinetd/xinetd-2.3.15/libs/src/misc/
H A Dm_env.c28 static env_s *alloc_env( unsigned max_vars ) in alloc_env() function