Lines Matching refs:OrigL
1280 auto AddClonedBlocksToLoop = [&](Loop &OrigL, Loop &ClonedL) { in cloneLoopNest() argument
1282 ClonedL.reserveBlocks(OrigL.getNumBlocks()); in cloneLoopNest()
1283 for (auto *BB : OrigL.blocks()) { in cloneLoopNest()
1286 if (LI.getLoopFor(BB) == &OrigL) in cloneLoopNest()
1337 static void buildClonedLoops(Loop &OrigL, ArrayRef<BasicBlock *> ExitBlocks, in buildClonedLoops() argument
1342 auto *OrigPH = OrigL.getLoopPreheader(); in buildClonedLoops()
1343 auto *OrigHeader = OrigL.getHeader(); in buildClonedLoops()
1364 assert((!ParentL || ParentL == OrigL.getParentLoop() || in buildClonedLoops()
1365 ParentL->contains(OrigL.getParentLoop())) && in buildClonedLoops()
1374 for (auto *BB : OrigL.blocks()) in buildClonedLoops()
1440 for (auto *BB : OrigL.blocks()) { in buildClonedLoops()
1446 if (LI.getLoopFor(BB) == &OrigL) { in buildClonedLoops()
1462 for (Loop *ChildL : OrigL) { in buildClonedLoops()
1569 for (Loop *ChildL : OrigL) { in buildClonedLoops()