Searched defs:BBPreds (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 769 SmallPtrSet<BasicBlock*, 16> BBPreds(pred_begin(BB), pred_end(BB)); in CanPropagatePredecessorsForPHIs() local 895 const PredBlockVector &BBPreds, in redirectValuesFromPredecessorsToPhi() 1019 const PredBlockVector BBPreds(pred_begin(BB), pred_end(BB)); in TryToSimplifyUncondBranchFromEmptyBlock() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 868 SmallPtrSet<BasicBlock*, 16> BBPreds(pred_begin(BB), pred_end(BB)); in CanPropagatePredecessorsForPHIs() local 1016 const PredBlockVector &BBPreds, in redirectValuesFromPredecessorsToPhi() 1207 const PredBlockVector BBPreds(predecessors(BB)); in TryToSimplifyUncondBranchFromEmptyBlock() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 463 SmallPtrSet<const BasicBlock*, 16> BBPreds; in canMergeBlocks() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 796 SmallPtrSet<const BasicBlock*, 16> BBPreds; in canMergeBlocks() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 996 SmallPtrSet<const BasicBlock *, 16> BBPreds; in canMergeBlocks() local
|