Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DWarnMissedTransforms.cpp88 for (auto *L : LI->getLoopsInPreorder()) in warnAboutLeftoverTransformations()
DLoopSink.cpp341 SmallVector<Loop *, 4> PreorderLoops = LI.getLoopsInPreorder(); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DWarnMissedTransforms.cpp87 for (auto *L : LI->getLoopsInPreorder()) in warnAboutLeftoverTransformations()
DLoopSink.cpp329 SmallVector<Loop *, 4> PreorderLoops = LI.getLoopsInPreorder(); in run()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
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()
DUnifyLoopExits.cpp222 auto Loops = LI.getLoopsInPreorder(); in runImpl()
DCloneFunction.cpp984 for (Loop *CurLoop : OrigLoop->getLoopsInPreorder()) { in cloneLoopWithPreheader()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h341 SmallVector<const LoopT *, 4> getLoopsInPreorder() const { in getLoopsInPreorder() function
348 SmallVector<LoopT *, 4> getLoopsInPreorder() { in getLoopsInPreorder() function
925 SmallVector<LoopT *, 4> getLoopsInPreorder();
DLoopInfoImpl.h567 SmallVector<LoopT *, 4> LoopInfoBase<BlockT, LoopT>::getLoopsInPreorder() { in getLoopsInPreorder() function
575 auto PreOrderLoopsInRootL = RootL->getLoopsInPreorder(); in getLoopsInPreorder()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
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;
DLoopInfoImpl.h587 LoopInfoBase<BlockT, LoopT>::getLoopsInPreorder() const { in getLoopsInPreorder() function
595 auto PreOrderLoopsInRootL = RootL->getLoopsInPreorder(); in getLoopsInPreorder()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp782 for (Loop *CurLoop : OrigLoop->getLoopsInPreorder()) { in cloneLoopWithPreheader()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DMVETPAndVPTOptimisationsPass.cpp1069 for (MachineLoop *ML : MLI->getBase().getLoopsInPreorder()) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp466 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp485 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp129 for (auto &L : LI->getLoopsInPreorder()) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp407 for (auto &L : LI->getLoopsInPreorder()) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp3286 for (auto *L : LI->getLoopsInPreorder()) { in mayContainUnboundedCycle()