Lines Matching defs:OrigL
1365 auto AddClonedBlocksToLoop = [&](Loop &OrigL, Loop &ClonedL) {
1367 ClonedL.reserveBlocks(OrigL.getNumBlocks());
1368 for (auto *BB : OrigL.blocks()) {
1371 if (LI.getLoopFor(BB) == &OrigL)
1422 static void buildClonedLoops(Loop &OrigL, ArrayRef<BasicBlock *> ExitBlocks,
1427 auto *OrigPH = OrigL.getLoopPreheader();
1428 auto *OrigHeader = OrigL.getHeader();
1449 assert((!ParentL || ParentL == OrigL.getParentLoop() ||
1450 ParentL->contains(OrigL.getParentLoop())) &&
1459 for (auto *BB : OrigL.blocks())
1525 for (auto *BB : OrigL.blocks()) {
1531 if (LI.getLoopFor(BB) == &OrigL) {
1547 for (Loop *ChildL : OrigL) {
1654 for (Loop *ChildL : OrigL) {