Searched refs:NextCmpBlock (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | MergeICmps.cpp | 607 BasicBlock *const NextCmpBlock, in mergeComparisons() argument 611 LLVMContext &Context = NextCmpBlock->getContext(); in mergeComparisons() 617 NextCmpBlock->getParent(), InsertBefore); in mergeComparisons() 662 if (NextCmpBlock == PhiBB) { in mergeComparisons() 669 Builder.CreateCondBr(IsEqual, NextCmpBlock, PhiBB); in mergeComparisons() 671 DTU.applyUpdates({{DominatorTree::Insert, BB, NextCmpBlock}, in mergeComparisons() 704 BasicBlock *NextCmpBlock = Phi_.getParent(); in simplify() local 712 NextCmpBlock = mergeRange(I + 1, NumMerged, NextCmpBlock, NextCmpBlock); in simplify() 719 NextCmpBlock = mergeRange(0, NumMerged, EntryBlock_, NextCmpBlock); in simplify() 728 Pred->getTerminator()->replaceUsesOfWith(EntryBlock_, NextCmpBlock); in simplify() [all …]
|