Home
last modified time | relevance | path

Searched refs:other_bb (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Difcvt.c3158 basic_block other_bb, trap_bb; in find_cond_trap() local
3166 trap_bb = then_bb, other_bb = else_bb; in find_cond_trap()
3168 trap_bb = else_bb, other_bb = then_bb; in find_cond_trap()
3221 if (test_bb->next_bb == other_bb) in find_cond_trap()
3229 new_ce_info.join_bb = other_bb; in find_cond_trap()
3563 basic_block other_bb, basic_block new_dest, int reversep) in dead_or_predicable() argument
3723 COPY_REG_SET (test_live, other_bb->il.rtl->global_live_at_start); in dead_or_predicable()
3763 if (other_bb != new_dest) in dead_or_predicable()
3775 if (other_bb != new_dest) in dead_or_predicable()
3826 if (other_bb == new_dest) in dead_or_predicable()
DChangeLog-200232999 * ifcvt.c (dead_or_predicable): Handling merging when other_bb