Home
last modified time | relevance | path

Searched refs:anchor_no_mem (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dirtypes.h484 anchor_no_mem, /**< NoMem node of this ir_graph, the one and only in this graph */ enumerator
485 anchor_last = anchor_no_mem
H A Dirgraph_t.h189 return get_irn_n(irg->anchor, anchor_no_mem); in get_irg_no_mem_()
194 set_irn_n(irg->anchor, anchor_no_mem, node); in set_irg_no_mem_()
/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbetranshlp.c345 pre_transform_anchor(irg, anchor_no_mem); in transform_nodes()