Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dsched-rgn.c138 #define CONTAINING_RGN(block) (containing_rgn[block]) macro
435 CONTAINING_RGN (bb->index) = nr_regions; in find_single_block_region()
880 CONTAINING_RGN (bb->index) = nr_regions; in find_rgns()
899 CONTAINING_RGN (child) = nr_regions; in find_rgns()
951 CONTAINING_RGN (bb->index) = nr_regions++; in find_rgns()
1184 CONTAINING_RGN (bbn) = nr_regions; in extend_rgns()
1230 CONTAINING_RGN (succn) = nr_regions; in extend_rgns()
1559 || CONTAINING_RGN (b->index) in check_live_1()
1560 != CONTAINING_RGN (BB_TO_BLOCK (src))); in check_live_1()
1578 || CONTAINING_RGN (b->index) in check_live_1()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsched-rgn.c152 #define CONTAINING_RGN(block) (containing_rgn[block]) macro
552 CONTAINING_RGN (bb->index) = nr_regions; in find_single_block_region()
983 CONTAINING_RGN (bb->index) = nr_regions;
1002 CONTAINING_RGN (child) = nr_regions;
1029 CONTAINING_RGN (bb->index) = nr_regions++;
1086 if (CONTAINING_RGN (TO_BLOCK (fst_out_edge)) !=
1087 CONTAINING_RGN (BB_TO_BLOCK (bb)))
1094 if (CONTAINING_RGN (TO_BLOCK (nxt_out_edge)) !=
1095 CONTAINING_RGN (BB_TO_BLOCK (bb)))
1605 if ((CONTAINING_RGN (BLOCK_NUM (next)) ==
[all …]
DChangeLog.41703 RGN_BLOCKS, BLOCK_TO_BB, BB_TO_BLOCK, CONTAINING_RGN,