Searched refs:OrigL (Results 1 – 1 of 1) sorted by relevance
1044 auto AddClonedBlocksToLoop = [&](Loop &OrigL, Loop &ClonedL) { in cloneLoopNest() argument1046 ClonedL.reserveBlocks(OrigL.getNumBlocks()); in cloneLoopNest()1047 for (auto *BB : OrigL.blocks()) { in cloneLoopNest()1050 if (LI.getLoopFor(BB) == &OrigL) in cloneLoopNest()1101 static void buildClonedLoops(Loop &OrigL, ArrayRef<BasicBlock *> ExitBlocks, in buildClonedLoops() argument1106 auto *OrigPH = OrigL.getLoopPreheader(); in buildClonedLoops()1107 auto *OrigHeader = OrigL.getHeader(); in buildClonedLoops()1128 assert((!ParentL || ParentL == OrigL.getParentLoop() || in buildClonedLoops()1129 ParentL->contains(OrigL.getParentLoop())) && in buildClonedLoops()1138 for (auto *BB : OrigL.blocks()) in buildClonedLoops()[all …]