Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DSafepointIRVerifier.cpp671 const Value *InValue = PN->getIncomingValue(i); in removeValidUnrelocatedDefs() local
673 if (isNotExclusivelyConstantDerived(InValue)) { in removeValidUnrelocatedDefs()
674 if (isValuePoisoned(InValue)) { in removeValidUnrelocatedDefs()
680 if (BlockMap[InBB]->AvailableOut.count(InValue)) in removeValidUnrelocatedDefs()
805 const Value *InValue = PN->getIncomingValue(i); in verifyInstruction() local
807 if (isNotExclusivelyConstantDerived(InValue) && in verifyInstruction()
808 !InBBS->AvailableOut.count(InValue)) in verifyInstruction()
809 reportInvalidUse(*InValue, *PN); in verifyInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSafepointIRVerifier.cpp670 const Value *InValue = PN->getIncomingValue(i); in removeValidUnrelocatedDefs() local
672 if (isNotExclusivelyConstantDerived(InValue)) { in removeValidUnrelocatedDefs()
673 if (isValuePoisoned(InValue)) { in removeValidUnrelocatedDefs()
679 if (BlockMap[InBB]->AvailableOut.count(InValue)) in removeValidUnrelocatedDefs()
804 const Value *InValue = PN->getIncomingValue(i); in verifyInstruction() local
806 if (isNotExclusivelyConstantDerived(InValue) && in verifyInstruction()
807 !InBBS->AvailableOut.count(InValue)) in verifyInstruction()
808 reportInvalidUse(*InValue, *PN); in verifyInstruction()
/external/clang/test/Analysis/
DNSContainers.m255 id InValue) {
258 Value = InValue;
/external/llvm-project/clang/test/Analysis/
DNSContainers.m257 id InValue) {
260 Value = InValue;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp766 InValuesType InValue; in computeInsertionPoints() local
790 InValue[V[i]->getParent()].push_back(std::make_pair(VN, V[i])); in computeInsertionPoints()
809 insertCHI(InValue, OutValue); in computeInsertionPoints()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp438 InValuesType InValue; in computeInsertionPoints() local
462 InValue[V[i]->getParent()].push_back(std::make_pair(VN, V[i])); in computeInsertionPoints()
481 insertCHI(InValue, OutValue); in computeInsertionPoints()
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp2498 auto &InValue = *Values[0].second; in vlocDowngradeLattice() local
2500 if (InValue.Kind == DbgValue::Const || InValue.Kind == DbgValue::NoVal) in vlocDowngradeLattice()
2503 unsigned ThisRPO = BBNumToRPO[InValue.ID.getBlock()]; in vlocDowngradeLattice()
2505 if (!InValue.ID.isPHI()) in vlocDowngradeLattice()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4593 Value *InValue = PHI.getIncomingValue(Idx); in FindPHIForConditionForwarding() local
4594 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()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4747 Value *InValue = PHI.getIncomingValue(Idx); in FindPHIForConditionForwarding() local
4748 if (InValue != CaseValue) in FindPHIForConditionForwarding()