Searched refs:bb_tail (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | function.c | 5920 bitmap_head bb_tail; in thread_prologue_and_epilogue_insns() local 5947 bitmap_initialize (&bb_tail, &bitmap_default_obstack); in thread_prologue_and_epilogue_insns() 6044 if (pe == NULL && bitmap_set_bit (&bb_tail, e->src->index)) in thread_prologue_and_epilogue_insns() 6054 bitmap_and_compl (&bb_antic_flags, &bb_flags, &bb_tail); in thread_prologue_and_epilogue_insns() 6137 if (!bitmap_empty_p (&bb_tail)) in thread_prologue_and_epilogue_insns() 6141 if (!bitmap_bit_p (&bb_tail, bb->index)) in thread_prologue_and_epilogue_insns() 6154 bitmap_clear_bit (&bb_tail, bb->index); in thread_prologue_and_epilogue_insns() 6161 if (!bitmap_bit_p (&bb_tail, tbb->index)) in thread_prologue_and_epilogue_insns() 6167 bitmap_clear_bit (&bb_tail, tbb->index); in thread_prologue_and_epilogue_insns() 6171 if (!bitmap_empty_p (&bb_tail)) in thread_prologue_and_epilogue_insns() [all …]
|
| HD | sel-sched.c | 6505 insn_t first_insn, bb_tail, before_first; in code_motion_path_driver() local 6590 bb_tail = sel_bb_end (bb); in code_motion_path_driver() 6658 if (insn == bb_tail) in code_motion_path_driver()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | sel-sched.c | 6441 insn_t first_insn, bb_tail, before_first; in code_motion_path_driver() local 6526 bb_tail = sel_bb_end (bb); in code_motion_path_driver() 6594 if (insn == bb_tail) in code_motion_path_driver()
|