Searched refs:ParentL (Results 1 – 9 of 9) sorted by relevance
1438 Loop *ParentL = nullptr; in buildClonedLoops() 1447 if (!ParentL || (ParentL != ExitL && ParentL->contains(ExitL))) in buildClonedLoops() 1448 ParentL = ExitL; in buildClonedLoops() 1450 assert((!ParentL || ParentL == OrigL.getParentLoop() || in buildClonedLoops() 1451 ParentL->contains(OrigL.getParentLoop())) && in buildClonedLoops() 1512 if (ParentL) { in buildClonedLoops() 1513 ParentL in buildClonedLoops() 1437 Loop *ParentL = nullptr; buildClonedLoops() local 1737 for (Loop *ParentL = &L; ParentL; ParentL = ParentL->getParentLoop()) { deleteDeadBlocksFromLoop() local 1914 Loop *ParentL = nullptr; rebuildLoopAfterUnswitch() local 2096 if (Loop *ParentL = L.getParentLoop()) rebuildLoopAfterUnswitch() local 2251 Loop *ParentL = L.getParentLoop(); unswitchNontrivialInvariants() local 2839 auto *ParentL = L.getParentLoop(); CalculateUnswitchCostMultiplier() local [all...]
1182 Loop *ParentL = L->getParentLoop(); in tryToUnrollLoop() local1183 if (ParentL != nullptr && in tryToUnrollLoop()1184 hasUnrollAndJamTransformation(ParentL) == TM_ForcedByUser && in tryToUnrollLoop()1513 Loop *ParentL = L.getParentLoop(); in run() local1515 if (ParentL) in run()1516 OldLoops.insert(ParentL->begin(), ParentL->end()); in run()1538 if (ParentL) in run()1539 ParentL->verifyLoop(); in run()1560 if (ParentL) in run()1561 SibLoops.append(ParentL->begin(), ParentL->end()); in run()[all …]
140 // notify the updater, otherwise U.ParentL might gets outdated and triggers in runWithLoopNestPasses() 184 // notify the updater, otherwise U.ParentL might gets outdated and triggers in runWithoutLoopNestPasses() 298 Updater.ParentL = L->getParentLoop(); in run()
78 if (Loop *ParentL = LI.getLoopFor(Start)) in CreateTiledLoops() local79 ParentL->addChildLoop(ColumnLoopInfo); in CreateTiledLoops()
728 if (auto *ParentL = L->getParentLoop()) in UnrollRuntimeLoopRemainder() local729 if (LI->getLoopFor(LatchExit) != ParentL) { in UnrollRuntimeLoopRemainder()731 ParentL->addBasicBlockToLoop(NewExit, *LI); in UnrollRuntimeLoopRemainder()733 ParentL->addBasicBlockToLoop(EpilogPreHeader, *LI); in UnrollRuntimeLoopRemainder()
260 ParentL = L;300 assert(NewL->getParentLoop() == ParentL &&353 Loop *ParentL;
676 const LoopT *ParentL = L, *OtherParentL = OtherL; in compareLoops() local678 assert(ParentL->getHeader() == OtherParentL->getHeader() && in compareLoops()680 ParentL = ParentL->getParentLoop(); in compareLoops()682 } while (ParentL); in compareLoops()
158 if (Loop *ParentL = LI->getLoopFor(Start)) in createTileLoadStoreLoops() local159 ParentL->addChildLoop(RowLoop); in createTileLoadStoreLoops()272 if (Loop *ParentL = LI->getLoopFor(Start)) in createTileDPLoops() local273 ParentL->addChildLoop(RowLoop); in createTileDPLoops()
2179 Loop *ParentL = LF->getLoopFor(Preheader); in processCopyingStore() local2186 if (ParentL) in processCopyingStore()2187 ParentL->addBasicBlockToLoop(NewPreheader, *LF); in processCopyingStore()2229 if (ParentL) in processCopyingStore()2230 ParentL->addBasicBlockToLoop(MemmoveB, *LF); in processCopyingStore()