Home
last modified time | relevance | path

Searched defs:BBPreds (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLocal.cpp490 BlockSet BBPreds(pred_begin(BB), pred_end(BB)); in CanPropagatePredecessorsForPHIs() local
597 const SmallVector<BasicBlock*, 16> BBPreds(pred_begin(BB), pred_end(BB)); in TryToSimplifyUncondBranchFromEmptyBlock() local
/external/llvm/lib/Transforms/Utils/
DLocal.cpp635 SmallPtrSet<BasicBlock*, 16> BBPreds(pred_begin(BB), pred_end(BB)); in CanPropagatePredecessorsForPHIs() local
759 const PredBlockVector &BBPreds, in redirectValuesFromPredecessorsToPhi()
863 const PredBlockVector BBPreds(pred_begin(BB), pred_end(BB)); in TryToSimplifyUncondBranchFromEmptyBlock() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp251 SmallPtrSet<const BasicBlock*, 16> BBPreds; in CanMergeBlocks() local
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp463 SmallPtrSet<const BasicBlock*, 16> BBPreds; in canMergeBlocks() local