Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneFunction.cpp782 for (Loop *CurLoop : OrigLoop->getLoopsInPreorder()) { in cloneLoopWithPreheader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp466 SmallVector<Loop *, 4> Loops = LI.getLoopsInPreorder(); in promoteCounterLoadStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelDAGToDAG.cpp407 for (auto &L : LI->getLoopsInPreorder()) { in runOnMachineFunction()