Searched refs:BLOCK_TO_BB (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dsched-rgn.c158 (IS_SPECULATIVE (BLOCK_TO_BB (BLOCK_NUM (INSN))))
222 #define INSN_PROBABILITY(INSN) (SRC_PROB (BLOCK_TO_BB (BLOCK_NUM (INSN))))
495 BLOCK_TO_BB (bb->index) = i - RGN_BLOCKS (nr_regions);
525 BLOCK_TO_BB (bb->index) = 0;
989 BLOCK_TO_BB (bb->index) = count = 0;
1006 BLOCK_TO_BB (child) = ++count;
1060 BLOCK_TO_BB (bb->index) = 0;
1307 BLOCK_TO_BB (bbn) = 0;
1351 BLOCK_TO_BB (succn) = large ? 0 : num_bbs++;
1434 pred_bb = BLOCK_TO_BB (in_edg
[all...]
H A Dsel-sched-ir.c3541 && BLOCK_TO_BB (e->dest->index) < i)
3553 /* Recompute BLOCK_TO_BB and BB_FOR_BLOCK for current region so that blocks
3569 BLOCK_TO_BB (postorder[i]) = n;
4646 gcc_assert (BLOCK_TO_BB (bb->index) != 0);
4938 && (BLOCK_TO_BB (e->dest->index) == 0));
4953 return BLOCK_TO_BB (pred_bbi);
5000 BLOCK_TO_BB (rgn_bb_table[i])++;
5008 BLOCK_TO_BB (bb->index) = bbi;
5024 bbi = BLOCK_TO_BB (bb->index);
5031 BLOCK_TO_BB (rgn_bb_tabl
[all...]
H A Dsched-int.h1309 #define BLOCK_TO_BB(block) (block_to_bb[block])
1317 #define INSN_BB(INSN) (BLOCK_TO_BB (BLOCK_NUM (INSN)))
1308 #define BLOCK_TO_BB macro
H A Dsel-sched-ir.h1299 || BLOCK_TO_BB (ip->bb->index)
1300 < BLOCK_TO_BB (bb->index)))
1427 /* BLOCK_TO_BB sets topological order of the region here.
1431 bool succeeds_in_top_order = (BLOCK_TO_BB (ip->bb->index)
1432 < BLOCK_TO_BB (bb->index));
H A Dsel-sched.c4629 i = BLOCK_TO_BB (new_bb->index);
4630 BLOCK_TO_BB (new_bb->index) = BLOCK_TO_BB (succ->index);
4631 BLOCK_TO_BB (succ->index) = i;
6712 int bbi = BLOCK_TO_BB (bb->index);
6725 int succ_bbi = BLOCK_TO_BB (succ->index);
6764 gcc_assert (BLOCK_TO_BB (bbi) < current_nr_blocks);
6765 RESET_BIT (visited_bbs, BLOCK_TO_BB (bbi));
6966 bitmap_set_bit (scheduled_blocks, BLOCK_TO_BB (bb1->index));
H A Dsel-sched-dump.c704 && BLOCK_TO_BB (bb->index) == 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dsched-rgn.c125 #define BLOCK_TO_BB(block) (block_to_bb[block])
251 #define INSN_PROBABILITY(INSN) (SRC_PROB (BLOCK_TO_BB (BLOCK_NUM (INSN))))
252 #define IS_SPECULATIVE_INSN(INSN) (IS_SPECULATIVE (BLOCK_TO_BB (BLOCK_NUM (INSN))))
253 #define INSN_BB(INSN) (BLOCK_TO_BB (BLOCK_NUM (INSN)))
390 gcc_assert (bb == BLOCK_TO_BB (BB_TO_BLOCK (bb)));
415 BLOCK_TO_BB (bb->index) = 0;
838 BLOCK_TO_BB (bb->index) = count = 0;
855 BLOCK_TO_BB (child) = ++count;
882 BLOCK_TO_BB (bb->index) = 0;
923 pred_bb = BLOCK_TO_BB (in_edg
124 #define BLOCK_TO_BB macro
[all...]

Completed in 142 milliseconds