Searched refs:getLoopsInPreorder (Results 1 – 12 of 12) sorted by relevance
357 SmallVector<const LoopT *, 4> getLoopsInPreorder() const { in getLoopsInPreorder() function364 SmallVector<LoopT *, 4> getLoopsInPreorder() { in getLoopsInPreorder() function592 SmallVector<LoopT *, 4> getLoopsInPreorder() const;
607 LoopInfoBase<BlockT, LoopT>::getLoopsInPreorder() const { in getLoopsInPreorder() function615 auto PreOrderLoopsInRootL = RootL->getLoopsInPreorder(); in getLoopsInPreorder()
87 for (auto *L : LI->getLoopsInPreorder()) in warnAboutLeftoverTransformations()
378 SmallVector<Loop *, 4> PreorderLoops = LI.getLoopsInPreorder(); in run()
107 for (Loop *L : Root.getLoopsInPreorder()) { in partitionOuterLoopBlocks()761 for (Loop *L : Root.getLoopsInPreorder()) in checkDependencies()765 for (Loop *L : Root.getLoopsInPreorder()) in checkDependencies()942 if (any_of(L->getLoopsInPreorder(), [&SE](Loop *SubLoop) { in isSafeToUnrollAndJam()
207 auto Loops = LI.getLoopsInPreorder(); in runImpl()
1065 for (Loop *CurLoop : OrigLoop->getLoopsInPreorder()) { in cloneLoopWithPreheader()
264 for (auto *L : LI.getLoopsInPreorder()) in analyze()
1074 for (MachineLoop *ML : MLI->getLoopsInPreorder()) { in runOnMachineFunction()
902 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()
198 for (auto &L : LI->getLoopsInPreorder()) { in runOnMachineFunction()911 for (auto &L : LI.getLoopsInPreorder()) in run()
3308 for (auto *L : LI->getLoopsInPreorder()) { in mayContainUnboundedCycle()