Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp87 for (auto *L : LI->getLoopsInPreorder()) in warnAboutLeftoverTransformations()
H A DLoopSink.cpp362 SmallVector<Loop *, 4> PreorderLoops = LI.getLoopsInPreorder(); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h353 SmallVector<const LoopT *, 4> getLoopsInPreorder() const { in getInnerLoopsInPreorder()
360 SmallVector<LoopT *, 4> getLoopsInPreorder() {
588 SmallVector<LoopT *, 4> getLoopsInPreorder() const; in end()
363 SmallVector<const LoopT *, 4> getLoopsInPreorder() const { getLoopsInPreorder() function
370 SmallVector<LoopT *, 4> getLoopsInPreorder() { getLoopsInPreorder() function
H A DGenericLoopInfoImpl.h595 LoopInfoBase<BlockT, LoopT>::getLoopsInPreorder() const { in getLoopsInPreorder() function
603 auto PreOrderLoopsInRootL = RootL->getLoopsInPreorder(); in getLoopsInPreorder()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp106 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()
H A DUnifyLoopExits.cpp219 auto Loops = LI.getLoopsInPreorder(); in runImpl()
H A DCloneFunction.cpp1008 for (Loop *CurLoop : OrigLoop->getLoopsInPreorder()) { in cloneLoopWithPreheader()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp273 for (auto *L : LI.getLoopsInPreorder()) in analyze()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp1075 for (MachineLoop *ML : MLI->getLoopsInPreorder()) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp891 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp202 for (auto &L : LI->getLoopsInPreorder()) { in runOnMachineFunction()
795 for (auto &L : LI.getLoopsInPreorder()) in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3266 for (auto *L : LI->getLoopsInPreorder()) { in mayContainUnboundedCycle()