Home
last modified time | relevance | path

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

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