Searched refs:BB_DIRTY (Results 1 – 19 of 19) sorted by relevance
532 bb->flags |= BB_DIRTY; in rtl_split_block()533 new_bb->flags |= BB_DIRTY; in rtl_split_block()978 src->flags |= BB_DIRTY; in rtl_redirect_edge_and_branch()986 src->flags |= BB_DIRTY; in rtl_redirect_edge_and_branch()1181 e->src->flags |= BB_DIRTY; in rtl_redirect_edge_and_branch_force()2169 bb->flags |= BB_DIRTY; in purge_dead_edges()2237 bb->flags |= BB_DIRTY; in purge_dead_edges()2309 bb->flags |= BB_DIRTY; in purge_dead_edges()2378 src->flags |= BB_DIRTY; in cfg_layout_redirect_edge_and_branch()2389 e->src->flags |= BB_DIRTY; in cfg_layout_redirect_edge_and_branch()[all …]
433 bool may_thread = first_pass | (b->flags & BB_DIRTY); in try_forward_edges()467 may_thread |= target->flags & BB_DIRTY; in try_forward_edges()657 a->flags |= BB_DIRTY; in merge_blocks_move_predecessor_nojumps()1737 redirect_to->flags |= BB_DIRTY; in try_crossjump_to_edge()1886 && (!(e->src->flags & BB_DIRTY) in try_crossjump_bb()1887 && !(fallthru->src->flags & BB_DIRTY))) in try_crossjump_bb()1936 && (!(e->src->flags & BB_DIRTY) in try_crossjump_bb()1937 && !(e2->src->flags & BB_DIRTY))) in try_crossjump_bb()
3411 bb->flags |= BB_DIRTY; in add_insn_after()3477 bb->flags |= BB_DIRTY; in add_insn_before()3551 bb->flags |= BB_DIRTY; in remove_insn()3647 bb->flags |= BB_DIRTY; in reorder_insns()3654 bb2->flags |= BB_DIRTY; in reorder_insns()3902 bb->flags |= BB_DIRTY; in emit_insn_after_1()
303 BB_DIRTY = 1, enumerator
990 if ((info->x_block->flags | info->y_block->flags) & BB_DIRTY) in struct_equiv_init()
1246 g->bb->flags |= BB_DIRTY; in sms_schedule()
400 bb->flags |= BB_DIRTY; in confirm_change_group()
755 if (bb->flags & BB_DIRTY) in update_life_info_in_dirty_blocks()
964 BASIC_BLOCK (j)->flags |= BB_DIRTY; in combine_instructions()
533 bb->flags |= BB_DIRTY;534 new_bb->flags |= BB_DIRTY;2243 bb->flags |= BB_DIRTY;2302 bb->flags |= BB_DIRTY;2356 bb->flags |= BB_DIRTY;
3580 bb->flags |= BB_DIRTY;3649 bb->flags |= BB_DIRTY;3727 bb->flags |= BB_DIRTY;3804 bb->flags |= BB_DIRTY;3811 bb2->flags |= BB_DIRTY;4212 bb->flags |= BB_DIRTY;
740 a->flags |= BB_DIRTY;1418 redirect_to->flags |= BB_DIRTY;
235 #define BB_DIRTY 1 macro
779 if (bb->flags & BB_DIRTY)790 if (bb->flags & BB_DIRTY)
408 bb->flags |= BB_DIRTY; in apply_change_group()
762 BASIC_BLOCK (i)->flags |= BB_DIRTY);
15385 (BB_DIRTY, BB_NEW): New flags.15419 (if_convert): Use BB_DIRTY mechanizm to update life.
649 @findex BB_DIRTY, clear_bb_flags, update_life_info_in_dirty_blocks653 modifying the instruction stream automatically set the @code{BB_DIRTY}
12153 modifying the instruction stream automatically set the `BB_DIRTY' flag31762 * BB_DIRTY, clear_bb_flags, update_life_info_in_dirty_blocks: Liveness information.