Searched refs:getLoopsInPreorder (Results 1 – 11 of 11) sorted by relevance
88 for (auto *L : LI->getLoopsInPreorder()) in warnAboutLeftoverTransformations()
370 SmallVector<Loop *, 4> PreorderLoops = LI.getLoopsInPreorder(); in run()
110 for (Loop *L : Root.getLoopsInPreorder()) { in partitionOuterLoopBlocks()766 for (Loop *L : Root.getLoopsInPreorder()) in checkDependencies()770 for (Loop *L : Root.getLoopsInPreorder()) in checkDependencies()947 if (any_of(L->getLoopsInPreorder(), [&SE](Loop *SubLoop) { in isSafeToUnrollAndJam()
213 auto Loops = LI.getLoopsInPreorder(); in runImpl()
831 for (Loop *CurLoop : OrigLoop->getLoopsInPreorder()) { in cloneLoopWithPreheader()
361 SmallVector<const LoopT *, 4> getLoopsInPreorder() const { in getLoopsInPreorder() function368 SmallVector<LoopT *, 4> getLoopsInPreorder() { in getLoopsInPreorder() function953 SmallVector<LoopT *, 4> getLoopsInPreorder();
577 SmallVector<LoopT *, 4> LoopInfoBase<BlockT, LoopT>::getLoopsInPreorder() { in getLoopsInPreorder() function585 auto PreOrderLoopsInRootL = RootL->getLoopsInPreorder(); in getLoopsInPreorder()
1039 for (MachineLoop *ML : MLI->getBase().getLoopsInPreorder()) { in runOnMachineFunction()
513 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()
400 for (auto &L : LI->getLoopsInPreorder()) { in runOnMachineFunction()
2771 for (auto *L : LI->getLoopsInPreorder()) { in mayContainUnboundedCycle()