Lines Matching refs:OrigL
1366 auto AddClonedBlocksToLoop = [&](Loop &OrigL, Loop &ClonedL) { in cloneLoopNest() argument
1368 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() argument
1428 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()
1526 for (auto *BB : OrigL.blocks()) { in buildClonedLoops()
1532 if (LI.getLoopFor(BB) == &OrigL) { in buildClonedLoops()
1548 for (Loop *ChildL : OrigL) { in buildClonedLoops()
1655 for (Loop *ChildL : OrigL) { in buildClonedLoops()