Searched refs:PhiBB (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 126 BasicBlock *PhiBB = Phi.getParent(); in foldGuardedRotateToFunnelShift() local 128 m_SpecificBB(PhiBB), m_SpecificBB(RotBB)))) in foldGuardedRotateToFunnelShift() 148 IRBuilder<> Builder(PhiBB, PhiBB->getFirstInsertionPt()); in foldGuardedRotateToFunnelShift()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SpeculateAroundPHIs.cpp | 52 auto *PhiBB = PN.getParent(); in isSafeToSpeculatePHIUsers() local 65 if (UI->getParent() != PhiBB) { in isSafeToSpeculatePHIUsers() 117 if (ParentBB == PhiBB) { in isSafeToSpeculatePHIUsers() 122 } else if (DT.dominates(ParentBB, PhiBB)) { in isSafeToSpeculatePHIUsers() 134 if (UnsafeSet.count(OpI) || ParentBB != PhiBB || in isSafeToSpeculatePHIUsers()
|
D | MergeICmps.cpp | 661 BasicBlock *const PhiBB = Phi.getParent(); in mergeComparisons() local 663 if (NextCmpBlock == PhiBB) { in mergeComparisons() 665 Builder.CreateBr(PhiBB); in mergeComparisons() 667 DTU.applyUpdates({{DominatorTree::Insert, BB, PhiBB}}); in mergeComparisons() 670 Builder.CreateCondBr(IsEqual, NextCmpBlock, PhiBB); in mergeComparisons() 673 {DominatorTree::Insert, BB, PhiBB}}); in mergeComparisons()
|
D | JumpThreading.cpp | 225 BasicBlock *PhiBB) -> std::pair<BasicBlock *, BasicBlock *> { in updatePredecessorProfileMetadata() argument 227 auto *SuccBB = PhiBB; in updatePredecessorProfileMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 88 BasicBlock *PhiBB); 313 BasicBlock *PhiBB) { in createDivRemPhiNodes() argument 314 IRBuilder<> Builder(PhiBB, PhiBB->begin()); in createDivRemPhiNodes()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 792 BasicBlock *PhiBB = PN->getIncomingBlock(i); in solveBlockValuePHINode() local 798 if (!getEdgeValue(PhiVal, PhiBB, BB, EdgeResult, PN)) in solveBlockValuePHINode()
|