Searched refs:getLoopsInPreorder (Results 1 – 7 of 7) sorted by relevance
87 for (auto *L : LI->getLoopsInPreorder()) in warnAboutLeftoverTransformations()
329 SmallVector<Loop *, 4> PreorderLoops = LI.getLoopsInPreorder(); in run()
341 SmallVector<const LoopT *, 4> getLoopsInPreorder() const { in getLoopsInPreorder() function348 SmallVector<LoopT *, 4> getLoopsInPreorder() { in getLoopsInPreorder() function925 SmallVector<LoopT *, 4> getLoopsInPreorder();
567 SmallVector<LoopT *, 4> LoopInfoBase<BlockT, LoopT>::getLoopsInPreorder() { in getLoopsInPreorder() function575 auto PreOrderLoopsInRootL = RootL->getLoopsInPreorder(); in getLoopsInPreorder()
782 for (Loop *CurLoop : OrigLoop->getLoopsInPreorder()) { in cloneLoopWithPreheader()
466 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()
407 for (auto &L : LI->getLoopsInPreorder()) { in runOnMachineFunction()