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

/freebsd-10.3-release/contrib/gcc/
H A Dsched-ebb.c60 static basic_block last_bb;
127 if (BLOCK_FOR_INSN (insn) == last_bb
142 FOR_EACH_EDGE (e, ei, last_bb->succs)
149 gcc_assert (BLOCK_FOR_INSN (insn) == last_bb
151 && BB_HEAD (last_bb) != insn
152 && BB_END (last_bb) == insn);
172 bb = create_basic_block (NEXT_INSN (insn), NULL_RTX, last_bb);
181 add_block (bb, last_bb);
182 gcc_assert (last_bb == bb);
446 last_bb
58 static basic_block last_bb; variable
[all...]
H A Dsee.c653 static int last_bb; variable
1308 for (i = 0; i < last_bb; i++)
1314 for (i = 0; i < last_bb; i++)
1344 last_bb = last_basic_block;
1356 see_bb_splay_ar = xcalloc (last_bb, sizeof (splay_tree));
1360 see_bb_hash_ar = xcalloc (last_bb, sizeof (htab_t));
1817 for (i = 0; i < last_bb; i++)
2108 transp = sbitmap_vector_alloc (last_bb, pre_extension_num);
2109 comp = sbitmap_vector_alloc (last_bb, pre_extension_num);
2110 antloc = sbitmap_vector_alloc (last_bb, pre_extension_nu
[all...]
H A Dbb-reorder.c1525 basic_block last_bb;
1539 last_bb = EXIT_BLOCK_PTR->prev_bb;
1605 new_bb = create_basic_block (NULL, NULL, last_bb);
1606 new_bb->aux = last_bb->aux;
1607 last_bb->aux = new_bb;
1608 prev_bb = last_bb;
1609 last_bb = new_bb;
1524 basic_block last_bb; local
H A Dsched-rgn.c2773 basic_block first_bb, last_bb, curr_bb;
2778 last_bb = EBB_LAST_BB (bb);
2780 get_ebb_head_tail (first_bb, last_bb, &head, &tail);
2784 gcc_assert (first_bb == last_bb);
2822 unlink_bb_notes (first_bb, last_bb);
2769 basic_block first_bb, last_bb, curr_bb; local
H A Dgcse.c1167 basic_block last_bb;
1264 if (info->last_bb != current_bb)
1919 last_bb records the block for which first_set and last_set are
1932 if (info->last_bb != current_bb)
1934 info->last_bb = current_bb;
2055 reg_avail_info[i].last_bb = NULL;
1158 basic_block last_bb; member in struct:reg_avail_info
H A Dcfgrtl.c2768 int last_bb = last_basic_block;
2818 for (i = NUM_FIXED_BLOCKS; i < last_bb; i++)
2754 int last_bb = last_basic_block; local
H A Dtree-cfg.c5305 int last_bb = last_basic_block; local
5352 for (i = 0; i < last_bb; i++)

Completed in 189 milliseconds