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()
695 ControlLoop child_loop; in AddControlFlow() local700 if (child_loop.merge != nullptr) { in AddControlFlow()707 g->AddEdge(const_node, 0, child_loop.enter, 0); in AddControlFlow()715 if (child_loop.enter != nullptr) { in AddControlFlow()716 g->AddEdge(it->second.merge, 0, child_loop.enter, 0); in AddControlFlow()737 if (child_loop.enter != nullptr) { in AddControlFlow()739 g->AddEdge(curr_loop.merge, 0, child_loop.enter, 0); in AddControlFlow()742 child_loop = curr_loop; in AddControlFlow()