Home
last modified time | relevance | path

Searched refs:PhiBB (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSpeculateAroundPHIs.cpp53 auto *PhiBB = PN.getParent(); in isSafeToSpeculatePHIUsers() local
66 if (UI->getParent() != PhiBB) { in isSafeToSpeculatePHIUsers()
110 if (ParentBB == PhiBB) { in isSafeToSpeculatePHIUsers()
115 } else if (DT.dominates(ParentBB, PhiBB)) { in isSafeToSpeculatePHIUsers()
127 if (UnsafeSet.count(OpI) || ParentBB != PhiBB || in isSafeToSpeculatePHIUsers()
DJumpThreading.cpp217 BasicBlock *PhiBB) -> std::pair<BasicBlock *, BasicBlock *> { in updatePredecessorProfileMetadata() argument
219 auto *SuccBB = PhiBB; in updatePredecessorProfileMetadata()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp89 BasicBlock *PhiBB);
314 BasicBlock *PhiBB) { in createDivRemPhiNodes() argument
315 IRBuilder<> Builder(PhiBB, PhiBB->begin()); in createDivRemPhiNodes()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp686 BasicBlock *PhiBB = PN->getIncomingBlock(i); in solveBlockValuePHINode() local
689 EdgesMissing |= !getEdgeValue(PhiVal, PhiBB, BB, EdgeResult); in solveBlockValuePHINode()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp817 BasicBlock *PhiBB = PN->getIncomingBlock(i); in solveBlockValuePHINode() local
823 EdgesMissing |= !getEdgeValue(PhiVal, PhiBB, BB, EdgeResult, PN); in solveBlockValuePHINode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp769 BasicBlock *PhiBB = PN->getIncomingBlock(i); in solveBlockValuePHINode() local
775 if (!getEdgeValue(PhiVal, PhiBB, BB, EdgeResult, PN)) in solveBlockValuePHINode()