Home
last modified time | relevance | path

Searched refs:BBPreds (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp769 SmallPtrSet<BasicBlock*, 16> BBPreds(pred_begin(BB), pred_end(BB)); in CanPropagatePredecessorsForPHIs() local
783 if (BBPreds.count(IBB) && in CanPropagatePredecessorsForPHIs()
801 if (BBPreds.count(IBB) && in CanPropagatePredecessorsForPHIs()
895 const PredBlockVector &BBPreds, in redirectValuesFromPredecessorsToPhi() argument
933 for (unsigned i = 0, e = BBPreds.size(); i != e; ++i) { in redirectValuesFromPredecessorsToPhi()
936 BasicBlock *PredBB = BBPreds[i]; in redirectValuesFromPredecessorsToPhi()
1019 const PredBlockVector BBPreds(pred_begin(BB), pred_end(BB)); in TryToSimplifyUncondBranchFromEmptyBlock() local
1025 redirectValuesFromPredecessorsToPhi(BB, BBPreds, PN); in TryToSimplifyUncondBranchFromEmptyBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp796 SmallPtrSet<const BasicBlock*, 16> BBPreds; in canMergeBlocks() local
800 BBPreds.insert(BBPN->getIncomingBlock(i)); in canMergeBlocks()
802 BBPreds.insert(pred_begin(BB), pred_end(BB)); in canMergeBlocks()
808 if (BBPreds.count(Pred)) { // Common predecessor? in canMergeBlocks()