Home
last modified time | relevance | path

Searched refs:LoopLatches (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp314 SmallVector<BasicBlock*, 16> LoopLatches; in runOnLoop() local
315 L->getLoopLatches(LoopLatches); in runOnLoop()
316 for (BasicBlock *Pred : LoopLatches) { in runOnLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp520 SmallVector<BasicBlock *, 4> LoopLatches; in setLoopID() local
521 getLoopLatches(LoopLatches); in setLoopID()
522 for (BasicBlock *BB : LoopLatches) in setLoopID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h314 void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const { in getLoopLatches() argument
319 LoopLatches.push_back(Pred); in getLoopLatches()