Searched refs:OrigRootL (Results 1 – 1 of 1) sorted by relevance
1042 static Loop *cloneLoopNest(Loop &OrigRootL, Loop *RootParentL, in cloneLoopNest() argument1062 AddClonedBlocksToLoop(OrigRootL, *ClonedRootL); in cloneLoopNest()1064 if (OrigRootL.empty()) in cloneLoopNest()1073 for (Loop *ChildL : llvm::reverse(OrigRootL)) in cloneLoopNest()