Home
last modified time | relevance | path

Searched refs:hasNPredecessorsOrMore (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp300 if (!SplitFooterBB && TailBB->hasNPredecessorsOrMore(3)) in mergeStores()
329 if (SinkBB == TailBB && TailBB->hasNPredecessorsOrMore(3)) { in mergeStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h248 bool hasNPredecessorsOrMore(unsigned N) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp271 bool BasicBlock::hasNPredecessorsOrMore(unsigned N) const { in hasNPredecessorsOrMore() function in BasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp705 if (!SI->getParent()->hasNPredecessorsOrMore(128 / SI->getNumSuccessors())) in isValueEqualityComparison()
5872 (LoopHeaders && BB->hasNPredecessorsOrMore(2) && in SimplifyUncondBranch()