Home
last modified time | relevance | path

Searched refs:hasNPredecessors (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DBasicBlock.h245 bool hasNPredecessors(unsigned N) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DBasicBlock.cpp267 bool BasicBlock::hasNPredecessors(unsigned N) const { in hasNPredecessors() function in BasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp507 assert(PostDomSucc->hasNPredecessors(2) && in updateDominatorTree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp417 return BlockList.size() > 1 && Dom->hasNPredecessors(1); in computeOutliningColdRegionsInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1519 if (!DestBB->hasNPredecessors(2)) in mergeStoreIntoSuccessor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp1250 if (Old->hasNPredecessors(1)) { in wireOldPredecessorsToNewImmediatePredecessor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1638 if (BB->hasNPredecessors(PredToDestList.size())) { in ProcessThreadableEdges()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2933 assert(Succ->hasNPredecessors(2)); in ensureValueAvailableInSuccessor()