Searched refs:OrigRootL (Results 1 – 1 of 1) sorted by relevance
1114 static Loop *cloneLoopNest(Loop &OrigRootL, Loop *RootParentL, in cloneLoopNest() argument1134 AddClonedBlocksToLoop(OrigRootL, *ClonedRootL); in cloneLoopNest()1136 if (OrigRootL.empty()) in cloneLoopNest()1145 for (Loop *ChildL : llvm::reverse(OrigRootL)) in cloneLoopNest()