Home
last modified time | relevance | path

Searched refs:bb_order (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-phiopt.c140 basic_block *bb_order; in tree_ssa_phiopt() local
151 bb_order = blocks_in_phiopt_order (); in tree_ssa_phiopt()
162 bb = bb_order[i]; in tree_ssa_phiopt()
240 free (bb_order); in tree_ssa_phiopt()
H A Dvar-tracking.c1808 int *bb_order; in vt_find_locations() local
1815 bb_order = XNEWVEC (int, last_basic_block); in vt_find_locations()
1818 bb_order[rc_order[i]] = i; in vt_find_locations()
1829 fibheap_insert (pending, bb_order[bb->index], bb); in vt_find_locations()
1879 bb_order[e->dest->index], in vt_find_locations()
1887 fibheap_insert (worklist, bb_order[e->dest->index], in vt_find_locations()
1896 free (bb_order); in vt_find_locations()