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

/freebsd-10.0-release/contrib/gcc/
H A Difcvt.c3163 basic_block other_bb, trap_bb;
3171 trap_bb = then_bb, other_bb = else_bb;
3173 trap_bb = else_bb, other_bb = then_bb;
3226 if (test_bb->next_bb == other_bb)
3234 new_ce_info.join_bb = other_bb;
3568 basic_block other_bb, basic_block new_dest, int reversep)
3728 COPY_REG_SET (test_live, other_bb->il.rtl->global_live_at_start);
3768 if (other_bb != new_dest)
3780 if (other_bb != new_dest)
3831 if (other_bb
3158 basic_block other_bb, trap_bb; local
3562 dead_or_predicable(basic_block test_bb, basic_block merge_bb, basic_block other_bb, basic_block new_dest, int reversep) argument
[all...]

Completed in 67 milliseconds