Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h357 SmallVector<const LoopT *, 4> getLoopsInPreorder() const { in getLoopsInPreorder() function
364 SmallVector<LoopT *, 4> getLoopsInPreorder() { in getLoopsInPreorder() function
592 SmallVector<LoopT *, 4> getLoopsInPreorder() const;
H A DGenericLoopInfoImpl.h607 LoopInfoBase<BlockT, LoopT>::getLoopsInPreorder() const { in getLoopsInPreorder() function
615 auto PreOrderLoopsInRootL = RootL->getLoopsInPreorder(); in getLoopsInPreorder()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp87 for (auto *L : LI->getLoopsInPreorder()) in warnAboutLeftoverTransformations()
H A DLoopSink.cpp378 SmallVector<Loop *, 4> PreorderLoops = LI.getLoopsInPreorder(); in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp107 for (Loop *L : Root.getLoopsInPreorder()) { in partitionOuterLoopBlocks()
761 for (Loop *L : Root.getLoopsInPreorder()) in checkDependencies()
765 for (Loop *L : Root.getLoopsInPreorder()) in checkDependencies()
942 if (any_of(L->getLoopsInPreorder(), [&SE](Loop *SubLoop) { in isSafeToUnrollAndJam()
H A DUnifyLoopExits.cpp207 auto Loops = LI.getLoopsInPreorder(); in runImpl()
H A DCloneFunction.cpp1065 for (Loop *CurLoop : OrigLoop->getLoopsInPreorder()) { in cloneLoopWithPreheader()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/Analysis/
H A DSPIRVConvergenceRegionAnalysis.cpp264 for (auto *L : LI.getLoopsInPreorder()) in analyze()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp1074 for (MachineLoop *ML : MLI->getLoopsInPreorder()) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp902 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp198 for (auto &L : LI->getLoopsInPreorder()) { in runOnMachineFunction()
911 for (auto &L : LI.getLoopsInPreorder()) in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3308 for (auto *L : LI->getLoopsInPreorder()) { in mayContainUnboundedCycle()