Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp111 for (Loop *L : Root.getLoopsInPreorder()) { in partitionOuterLoopBlocks()
769 for (Loop *L : Root.getLoopsInPreorder()) in checkDependencies()
773 for (Loop *L : Root.getLoopsInPreorder()) in checkDependencies()
950 if (any_of(L->getLoopsInPreorder(), [&SE](Loop *SubLoop) { in isSafeToUnrollAndJam()
H A DUnifyLoopExits.cpp213 auto Loops = LI.getLoopsInPreorder(); in runImpl()
H A DCloneFunction.cpp828 for (Loop *CurLoop : OrigLoop->getLoopsInPreorder()) { in cloneLoopWithPreheader()
/netbsd/external/apache2/llvm/dist/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()
H A DLoopFlatten.cpp664 for (auto *InnerLoop : LI->getLoopsInPreorder()) { in Flatten()
/netbsd/external/apache2/llvm/dist/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
950 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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp1031 for (MachineLoop *ML : MLI->getBase().getLoopsInPreorder()) { in runOnMachineFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp508 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp396 for (auto &L : LI->getLoopsInPreorder()) { in runOnMachineFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2267 for (auto *L : LI->getLoopsInPreorder()) { in mayContainUnboundedCycle()