Home
last modified time | relevance | path

Searched refs:trap_bb (Results 1 – 1 of 1) 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()
3175 test_bb->index, trap_bb->index); in find_cond_trap()
3195 if (then_bb == trap_bb) in find_cond_trap()
3215 remove_edge (trap_bb == then_bb ? then_edge : else_edge); in find_cond_trap()
3216 if (EDGE_COUNT (trap_bb->preds) == 0) in find_cond_trap()
3217 delete_basic_block (trap_bb); in find_cond_trap()