Searched refs:child_loop (Results 1 – 4 of 4) 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()
697 ControlLoop child_loop; in AddControlFlow() local702 if (child_loop.merge != nullptr) { in AddControlFlow()709 g->AddEdge(const_node, 0, child_loop.enter, 0); in AddControlFlow()717 if (child_loop.enter != nullptr) { in AddControlFlow()718 g->AddEdge(it->second.merge, 0, child_loop.enter, 0); in AddControlFlow()739 if (child_loop.enter != nullptr) { in AddControlFlow()741 g->AddEdge(curr_loop.merge, 0, child_loop.enter, 0); in AddControlFlow()744 child_loop = curr_loop; in AddControlFlow()