Home
last modified time | relevance | path

Searched refs:getLoopsInPreorder (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp88 for (auto *L : LI->getLoopsInPreorder()) in warnAboutLeftoverTransformations()
H A DLoopSink.cpp370 SmallVector<Loop *, 4> PreorderLoops = LI.getLoopsInPreorder(); in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp110 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()
H A DUnifyLoopExits.cpp213 auto Loops = LI.getLoopsInPreorder(); in runImpl()
H A DCloneFunction.cpp831 for (Loop *CurLoop : OrigLoop->getLoopsInPreorder()) { in cloneLoopWithPreheader()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h361 SmallVector<const LoopT *, 4> getLoopsInPreorder() const { in getLoopsInPreorder() function
368 SmallVector<LoopT *, 4> getLoopsInPreorder() { in getLoopsInPreorder() function
953 SmallVector<LoopT *, 4> getLoopsInPreorder();
H A DLoopInfoImpl.h577 SmallVector<LoopT *, 4> LoopInfoBase<BlockT, LoopT>::getLoopsInPreorder() { in getLoopsInPreorder() function
585 auto PreOrderLoopsInRootL = RootL->getLoopsInPreorder(); in getLoopsInPreorder()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp1039 for (MachineLoop *ML : MLI->getBase().getLoopsInPreorder()) { in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp513 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp400 for (auto &L : LI->getLoopsInPreorder()) { in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2771 for (auto *L : LI->getLoopsInPreorder()) { in mayContainUnboundedCycle()