Searched refs:child_loop (Results 1 – 4 of 4) sorted by relevance
679 for (auto child_loop : *loop_1_) { in Fuse()680 loops_to_add_remove.push_back(child_loop); in Fuse()683 for (auto child_loop : loops_to_add_remove) { in Fuse() local684 loop_1_->RemoveChildLoop(child_loop); in Fuse()685 loop_0_->AddNestedLoop(child_loop); in Fuse()
696 ControlLoop child_loop; in AddControlFlow() local701 if (child_loop.merge != nullptr) { in AddControlFlow()708 g->AddEdge(const_node, 0, child_loop.enter, 0); in AddControlFlow()716 if (child_loop.enter != nullptr) { in AddControlFlow()717 g->AddEdge(it->second.merge, 0, child_loop.enter, 0); in AddControlFlow()738 if (child_loop.enter != nullptr) { in AddControlFlow()740 g->AddEdge(curr_loop.merge, 0, child_loop.enter, 0); in AddControlFlow()743 child_loop = curr_loop; in AddControlFlow()