Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp88 for (auto *L : LI->getLoopsInPreorder()) in warnAboutLeftoverTransformations()
H A DLoopSink.cpp341 SmallVector<Loop *, 4> PreorderLoops = LI.getLoopsInPreorder(); in run()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp107 for (Loop *L : Root.getLoopsInPreorder()) { in partitionOuterLoopBlocks()
759 for (Loop *L : Root.getLoopsInPreorder()) in checkDependencies()
763 for (Loop *L : Root.getLoopsInPreorder()) in checkDependencies()
940 if (any_of(L->getLoopsInPreorder(), [&SE](Loop *SubLoop) { in isSafeToUnrollAndJam()
H A DUnifyLoopExits.cpp222 auto Loops = LI.getLoopsInPreorder(); in runImpl()
H A DCloneFunction.cpp984 for (Loop *CurLoop : OrigLoop->getLoopsInPreorder()) { in cloneLoopWithPreheader()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h378 SmallVector<const LoopT *, 4> getLoopsInPreorder() const { in getLoopsInPreorder() function
385 SmallVector<LoopT *, 4> getLoopsInPreorder() { in getLoopsInPreorder() function
978 SmallVector<LoopT *, 4> getLoopsInPreorder() const;
H A DLoopInfoImpl.h587 LoopInfoBase<BlockT, LoopT>::getLoopsInPreorder() const { in getLoopsInPreorder() function
595 auto PreOrderLoopsInRootL = RootL->getLoopsInPreorder(); in getLoopsInPreorder()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp1069 for (MachineLoop *ML : MLI->getBase().getLoopsInPreorder()) { in runOnMachineFunction()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp485 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp129 for (auto &L : LI->getLoopsInPreorder()) { in runOnMachineFunction()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3286 for (auto *L : LI->getLoopsInPreorder()) { in mayContainUnboundedCycle()