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

/freebsd-9.3-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;
3180 test_bb->index, trap_bb->index);
3200 if (then_bb == trap_bb)
3220 remove_edge (trap_bb == then_bb ? then_edge : else_edge);
3221 if (EDGE_COUNT (trap_bb->preds) == 0)
3222 delete_basic_block (trap_bb);
3158 basic_block other_bb, trap_bb; local

Completed in 102 milliseconds