Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DSafepointIRVerifier.cpp659 const Value *InValue = PN->getIncomingValue(i); in removeValidUnrelocatedDefs() local
661 if (isNotExclusivelyConstantDerived(InValue)) { in removeValidUnrelocatedDefs()
662 if (isValuePoisoned(InValue)) { in removeValidUnrelocatedDefs()
668 if (BlockMap[InBB]->AvailableOut.count(InValue)) in removeValidUnrelocatedDefs()
793 const Value *InValue = PN->getIncomingValue(i); in verifyInstruction() local
795 if (isNotExclusivelyConstantDerived(InValue) && in verifyInstruction()
796 !InBBS->AvailableOut.count(InValue)) in verifyInstruction()
797 reportInvalidUse(*InValue, *PN); in verifyInstruction()
/external/clang/test/Analysis/
DNSContainers.m255 id InValue) {
258 Value = InValue;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp768 InValuesType InValue; in computeInsertionPoints() local
791 InValue[V[i]->getParent()].push_back(std::make_pair(VN, V[i])); in computeInsertionPoints()
810 insertCHI(InValue, OutValue); in computeInsertionPoints()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp2538 Value *InValue = PHI->getIncomingValue(Idx); in FindPHIForConditionForwarding() local
2539 if (InValue != CaseValue) continue; in FindPHIForConditionForwarding()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4482 Value *InValue = PHI.getIncomingValue(Idx); in FindPHIForConditionForwarding() local
4483 if (InValue != CaseValue) in FindPHIForConditionForwarding()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4093 Value *InValue = PHI->getIncomingValue(Idx); in FindPHIForConditionForwarding() local
4094 if (InValue != CaseValue) in FindPHIForConditionForwarding()