Lines Matching refs:OrigL
1366 auto AddClonedBlocksToLoop = [&](Loop &OrigL, Loop &ClonedL) {
1368 ClonedL.reserveBlocks(OrigL.getNumBlocks());
1369 for (auto *BB : OrigL.blocks()) {
1372 if (LI.getLoopFor(BB) == &OrigL)
1423 static void buildClonedLoops(Loop &OrigL, ArrayRef<BasicBlock *> ExitBlocks,
1428 auto *OrigPH = OrigL.getLoopPreheader();
1429 auto *OrigHeader = OrigL.getHeader();
1450 assert((!ParentL || ParentL == OrigL.getParentLoop() ||
1451 ParentL->contains(OrigL.getParentLoop())) &&
1460 for (auto *BB : OrigL.blocks())
1526 for (auto *BB : OrigL.blocks()) {
1532 if (LI.getLoopFor(BB) == &OrigL) {
1548 for (Loop *ChildL : OrigL) {
1655 for (Loop *ChildL : OrigL) {