Home
last modified time | relevance | path

Searched refs:getExitBlocks (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp119 L->getExitBlocks(ExitBlocks); in runOnLoop()
133 L->getExitBlocks(ExitBlocks); in runOnLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DSyncDependenceAnalysis.cpp278 BlockLoop->getExitBlocks(BlockLoopExits); in computeJoinPoints()
336 Loop.getExitBlocks(LoopExits); in join_blocks()
DCFG.cpp195 Outer->getExitBlocks(Worklist); in isPotentiallyReachableFromMany()
DDivergenceAnalysis.cpp194 DivLoop->getExitBlocks(TaintStack); in taintLoopLiveOuts()
DLoopInfo.cpp966 L.getExitBlocks(ExitBlocks); in printLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLCSSA.cpp100 L->getExitBlocks(LoopExitBlocks[L]); in formLCSSAForInstructions()
332 L.getExitBlocks(ExitBlocks); in formLCSSA()
DLoopUnroll.cpp374 L->getExitBlocks(ExitBlocks); in UnrollLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h62 void LoopBase<BlockT, LoopT>::getExitBlocks( in getExitBlocks() function
78 getExitBlocks(ExitBlocks); in getExitBlock()
286 getExitBlocks(ExitBBs); in verifyLoop()
DLoopInfo.h264 void getExitBlocks(SmallVectorImpl<BlockT *> &ExitBlocks) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineLoopUtils.cpp137 Loop->getExitBlocks(ExitBlocks); in isRegLiveInExitBlocks()
DMachineLICM.cpp389 CurLoop->getExitBlocks(ExitBlocks); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp247 L.getExitBlocks(LoopExitBlocks); in PGOCounterPromoter()
320 LP->getExitBlocks(LoopExitBlocks); in getMaxNumOfPromotionsInLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp265 L.getExitBlocks(ExitBlocks); in analyze()
DSimpleLoopUnswitch.cpp275 L.getExitBlocks(Exits); in hoistLoopToNewParent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp1048 LoopRep->getExitBlocks(ExitBlks); in mergeLoop()