Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Difcvt.cc5070 basic_block other_bb, trap_bb; in find_cond_trap() local
5079 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()
DChangeLog-201737155 (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
DChangeLog-20137902 trap_bb == else_bb.