Searched refs:trap_bb (Results 1 – 3 of 3) sorted by relevance
5070 basic_block other_bb, trap_bb; in find_cond_trap() local5079 trap_bb = then_bb, other_bb = else_bb; in find_cond_trap()5081 trap_bb = else_bb, other_bb = then_bb; in find_cond_trap()5088 test_bb->index, trap_bb->index); in find_cond_trap()5093 cond = noce_get_condition (jump, &cond_earliest, then_bb == trap_bb); in find_cond_trap()5127 remove_edge (trap_bb == then_bb ? then_edge : else_edge); in find_cond_trap()5132 if (EDGE_COUNT (trap_bb->preds) == 0) in find_cond_trap()5134 delete_basic_block (trap_bb); in find_cond_trap()5141 else if (trap_bb == then_bb) in find_cond_trap()
37155 (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
7902 trap_bb == else_bb.