Searched defs:BBPreds (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | Local.cpp | 490 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/ |
D | Local.cpp | 635 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-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 762 SmallPtrSet<BasicBlock*, 16> BBPreds(pred_begin(BB), pred_end(BB)); in CanPropagatePredecessorsForPHIs() local 888 const PredBlockVector &BBPreds, in redirectValuesFromPredecessorsToPhi() 1006 const PredBlockVector BBPreds(pred_begin(BB), pred_end(BB)); in TryToSimplifyUncondBranchFromEmptyBlock() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | CodeGenPrepare.cpp | 251 SmallPtrSet<const BasicBlock*, 16> BBPreds; in CanMergeBlocks() local
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 463 SmallPtrSet<const BasicBlock*, 16> BBPreds; in canMergeBlocks() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 741 SmallPtrSet<const BasicBlock*, 16> BBPreds; in canMergeBlocks() local
|