Searched refs:getLoopsInPreorder (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | WarnMissedTransforms.cpp | 88 for (auto *L : LI->getLoopsInPreorder()) in warnAboutLeftoverTransformations()
|
D | LoopSink.cpp | 341 SmallVector<Loop *, 4> PreorderLoops = LI.getLoopsInPreorder(); in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | WarnMissedTransforms.cpp | 87 for (auto *L : LI->getLoopsInPreorder()) in warnAboutLeftoverTransformations()
|
D | LoopSink.cpp | 329 SmallVector<Loop *, 4> PreorderLoops = LI.getLoopsInPreorder(); in run()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | LoopUnrollAndJam.cpp | 107 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()
|
D | UnifyLoopExits.cpp | 222 auto Loops = LI.getLoopsInPreorder(); in runImpl()
|
D | CloneFunction.cpp | 984 for (Loop *CurLoop : OrigLoop->getLoopsInPreorder()) { in cloneLoopWithPreheader()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 341 SmallVector<const LoopT *, 4> getLoopsInPreorder() const { in getLoopsInPreorder() function 348 SmallVector<LoopT *, 4> getLoopsInPreorder() { in getLoopsInPreorder() function 925 SmallVector<LoopT *, 4> getLoopsInPreorder();
|
D | LoopInfoImpl.h | 567 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/ |
D | LoopInfo.h | 378 SmallVector<const LoopT *, 4> getLoopsInPreorder() const { in getLoopsInPreorder() function 385 SmallVector<LoopT *, 4> getLoopsInPreorder() { in getLoopsInPreorder() function 978 SmallVector<LoopT *, 4> getLoopsInPreorder() const;
|
D | LoopInfoImpl.h | 587 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/ |
D | CloneFunction.cpp | 782 for (Loop *CurLoop : OrigLoop->getLoopsInPreorder()) { in cloneLoopWithPreheader()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
D | MVETPAndVPTOptimisationsPass.cpp | 1069 for (MachineLoop *ML : MLI->getBase().getLoopsInPreorder()) { in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 466 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 485 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 129 for (auto &L : LI->getLoopsInPreorder()) { in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 407 for (auto &L : LI->getLoopsInPreorder()) { in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | AttributorAttributes.cpp | 3286 for (auto *L : LI->getLoopsInPreorder()) { in mayContainUnboundedCycle()
|