Searched refs:getLoopsInPreorder (Results 1 – 11 of 11) sorted by relevance
87 for (auto *L : LI->getLoopsInPreorder()) in warnAboutLeftoverTransformations()
362 SmallVector<Loop *, 4> PreorderLoops = LI.getLoopsInPreorder(); in run()
353 SmallVector<const LoopT *, 4> getLoopsInPreorder() const { in getLoopsInPreorder() function360 SmallVector<LoopT *, 4> getLoopsInPreorder() { in getLoopsInPreorder() function588 SmallVector<LoopT *, 4> getLoopsInPreorder() const;
595 LoopInfoBase<BlockT, LoopT>::getLoopsInPreorder() const { in getLoopsInPreorder() function603 auto PreOrderLoopsInRootL = RootL->getLoopsInPreorder(); in getLoopsInPreorder()
106 for (Loop *L : Root.getLoopsInPreorder()) { in partitionOuterLoopBlocks()758 for (Loop *L : Root.getLoopsInPreorder()) in checkDependencies()762 for (Loop *L : Root.getLoopsInPreorder()) in checkDependencies()939 if (any_of(L->getLoopsInPreorder(), [&SE](Loop *SubLoop) { in isSafeToUnrollAndJam()
219 auto Loops = LI.getLoopsInPreorder(); in runImpl()
1036 for (Loop *CurLoop : OrigLoop->getLoopsInPreorder()) { in cloneLoopWithPreheader()
1070 for (MachineLoop *ML : MLI->getBase().getLoopsInPreorder()) { in runOnMachineFunction()
671 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()
130 for (auto &L : LI->getLoopsInPreorder()) { in runOnMachineFunction()
3263 for (auto *L : LI->getLoopsInPreorder()) { in mayContainUnboundedCycle()