Searched refs:getLoopsInPreorder (Results 1 – 11 of 11) sorted by relevance
88 for (auto *L : LI->getLoopsInPreorder()) in warnAboutLeftoverTransformations()
341 SmallVector<Loop *, 4> PreorderLoops = LI.getLoopsInPreorder(); in run()
107 for (Loop *L : Root.getLoopsInPreorder()) { in partitionOuterLoopBlocks()759 for (Loop *L : Root.getLoopsInPreorder()) in checkDependencies()763 for (Loop *L : Root.getLoopsInPreorder()) in checkDependencies()940 if (any_of(L->getLoopsInPreorder(), [&SE](Loop *SubLoop) { in isSafeToUnrollAndJam()
222 auto Loops = LI.getLoopsInPreorder(); in runImpl()
984 for (Loop *CurLoop : OrigLoop->getLoopsInPreorder()) { in cloneLoopWithPreheader()
378 SmallVector<const LoopT *, 4> getLoopsInPreorder() const { in getLoopsInPreorder() function385 SmallVector<LoopT *, 4> getLoopsInPreorder() { in getLoopsInPreorder() function978 SmallVector<LoopT *, 4> getLoopsInPreorder() const;
587 LoopInfoBase<BlockT, LoopT>::getLoopsInPreorder() const { in getLoopsInPreorder() function595 auto PreOrderLoopsInRootL = RootL->getLoopsInPreorder(); in getLoopsInPreorder()
1069 for (MachineLoop *ML : MLI->getBase().getLoopsInPreorder()) { in runOnMachineFunction()
485 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()
129 for (auto &L : LI->getLoopsInPreorder()) { in runOnMachineFunction()
3286 for (auto *L : LI->getLoopsInPreorder()) { in mayContainUnboundedCycle()