Searched refs:OrigL (Results 1 – 1 of 1) sorted by relevance
1366 auto AddClonedBlocksToLoop = [&](Loop &OrigL, Loop &ClonedL) { in cloneLoopNest() argument1368 ClonedL.reserveBlocks(OrigL.getNumBlocks()); in cloneLoopNest()1369 for (auto *BB : OrigL.blocks()) { in cloneLoopNest()1372 if (LI.getLoopFor(BB) == &OrigL) in cloneLoopNest()1423 static void buildClonedLoops(Loop &OrigL, ArrayRef<BasicBlock *> ExitBlocks, in buildClonedLoops() argument1428 auto *OrigPH = OrigL.getLoopPreheader(); in buildClonedLoops()1429 auto *OrigHeader = OrigL.getHeader(); in buildClonedLoops()1450 assert((!ParentL || ParentL == OrigL.getParentLoop() || in buildClonedLoops()1451 ParentL->contains(OrigL.getParentLoop())) && in buildClonedLoops()1460 for (auto *BB : OrigL.blocks()) in buildClonedLoops()[all …]