Searched refs:OrigL (Results 1 – 1 of 1) sorted by relevance
1282 ClonedL.reserveBlocks(OrigL.getNumBlocks()); in cloneLoopNest()1283 for (auto *BB : OrigL.blocks()) { in cloneLoopNest()1286 if (LI.getLoopFor(BB) == &OrigL) in cloneLoopNest()1342 auto *OrigPH = OrigL.getLoopPreheader(); in buildClonedLoops()1343 auto *OrigHeader = OrigL.getHeader(); 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()[all …]