Searched refs:child_loop (Results 1 – 3 of 3) sorted by relevance
676 for (auto child_loop : *loop_1_) { in Fuse()677 loops_to_add_remove.push_back(child_loop); in Fuse()680 for (auto child_loop : loops_to_add_remove) { in Fuse() local681 loop_1_->RemoveChildLoop(child_loop); in Fuse()682 loop_0_->AddNestedLoop(child_loop); in Fuse()
670 ControlLoop child_loop; in AddControlFlow() local675 if (child_loop.merge != nullptr) { in AddControlFlow()682 g->AddEdge(const_node, 0, child_loop.enter, 0); in AddControlFlow()690 if (child_loop.enter != nullptr) { in AddControlFlow()691 g->AddEdge(it->second.merge, 0, child_loop.enter, 0); in AddControlFlow()712 if (child_loop.enter != nullptr) { in AddControlFlow()714 g->AddEdge(curr_loop.merge, 0, child_loop.enter, 0); in AddControlFlow()717 child_loop = curr_loop; in AddControlFlow()