Home
last modified time | relevance | path

Searched refs:BB_DIRTY (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDcfgrtl.c532 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 …]
HDcfgcleanup.c433 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()
HDemit-rtl.c3413 bb->flags |= BB_DIRTY; in add_insn_after()
3479 bb->flags |= BB_DIRTY; in add_insn_before()
3553 bb->flags |= BB_DIRTY; in remove_insn()
3649 bb->flags |= BB_DIRTY; in reorder_insns()
3656 bb2->flags |= BB_DIRTY; in reorder_insns()
3904 bb->flags |= BB_DIRTY; in emit_insn_after_1()
HDbasic-block.h303 BB_DIRTY = 1, enumerator
HDstruct-equiv.c990 if ((info->x_block->flags | info->y_block->flags) & BB_DIRTY) in struct_equiv_init()
HDmodulo-sched.c1246 g->bb->flags |= BB_DIRTY; in sms_schedule()
HDrecog.c400 bb->flags |= BB_DIRTY; in confirm_change_group()
HDflow.c755 if (bb->flags & BB_DIRTY) in update_life_info_in_dirty_blocks()
HDcombine.c964 BASIC_BLOCK (j)->flags |= BB_DIRTY; in combine_instructions()
HDChangeLog-20066665 block's BB_DIRTY flag.
HDChangeLog-200229832 (BB_DIRTY, BB_NEW): New flags.
29866 (if_convert): Use BB_DIRTY mechanizm to update life.
/freebsd-11-stable/contrib/gcc/doc/
HDcfg.texi649 @findex BB_DIRTY, clear_bb_flags, update_life_info_in_dirty_blocks
653 modifying the instruction stream automatically set the @code{BB_DIRTY}