Searched refs:latchbb (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | lambda-code.c | 2452 basic_block preheaderbb, headerbb, bodybb, latchbb, olddest; in perfect_nestify() local 2501 latchbb = create_empty_bb (EXIT_BLOCK_PTR->prev_bb); in perfect_nestify() 2503 then_label = build1 (GOTO_EXPR, void_type_node, tree_block_label (latchbb)); in perfect_nestify() 2513 make_edge (bodybb, latchbb, EDGE_TRUE_VALUE); in perfect_nestify() 2514 make_edge (latchbb, headerbb, EDGE_FALLTHRU); in perfect_nestify() 2519 newloop->latch = latchbb; in perfect_nestify() 2521 add_bb_to_loop (latchbb, newloop); in perfect_nestify() 2528 set_immediate_dominator (CDI_DOMINATORS, latchbb, bodybb); in perfect_nestify()
|