Searched refs:OrigL (Results 1 – 1 of 1) sorted by relevance
1201 auto AddClonedBlocksToLoop = [&](Loop &OrigL, Loop &ClonedL) { in cloneLoopNest() argument1203 ClonedL.reserveBlocks(OrigL.getNumBlocks()); in cloneLoopNest()1204 for (auto *BB : OrigL.blocks()) { in cloneLoopNest()1207 if (LI.getLoopFor(BB) == &OrigL) in cloneLoopNest()1258 static void buildClonedLoops(Loop &OrigL, ArrayRef<BasicBlock *> ExitBlocks, in buildClonedLoops() argument1263 auto *OrigPH = OrigL.getLoopPreheader(); in buildClonedLoops()1264 auto *OrigHeader = OrigL.getHeader(); in buildClonedLoops()1285 assert((!ParentL || ParentL == OrigL.getParentLoop() || in buildClonedLoops()1286 ParentL->contains(OrigL.getParentLoop())) && in buildClonedLoops()1295 for (auto *BB : OrigL.blocks()) in buildClonedLoops()[all …]