Searched refs:PSV (Results 1 – 8 of 8) sorted by relevance
422 if (const PseudoSourceValue *PSV = in hasHazard_() local424 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()426 return !PSV->isConstant(nullptr) && PSV != PseudoSourceValue::getStack(); in hasHazard_()476 if (const PseudoSourceValue *PSV = in getUnderlyingObjects() local478 if (!PSV->isAliased(MFI)) in getUnderlyingObjects()480 Objects.push_back(PSV); in getUnderlyingObjects()
278 const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V); in isCPLoad() local279 if (PSV && PSV == PseudoSourceValue::getConstantPool()) { in isCPLoad()
923 if (const PseudoSourceValue *PSV = (*I)->getPseudoValue()) { in isLoadFromGOTOrConstantPool() local924 if (PSV == PSV->getGOT() || PSV == PSV->getConstantPool()) in isLoadFromGOTOrConstantPool()
144 if (const PseudoSourceValue *PSV = in getUnderlyingObjectsForInstr() local149 if (!PSV->isAliased(MFI)) { in getUnderlyingObjectsForInstr()150 bool MayAlias = PSV->mayAlias(MFI); in getUnderlyingObjectsForInstr()151 Objects.push_back(UnderlyingObjectsVector::value_type(PSV, MayAlias)); in getUnderlyingObjectsForInstr()
503 else if (const PseudoSourceValue *PSV = MMO.getPseudoValue()) in operator <<() local504 PSV->printCustom(OS); in operator <<()1428 if (const PseudoSourceValue *PSV = (*I)->getPseudoValue()) in isInvariantLoad() local1429 if (PSV->isConstant(MFI)) in isInvariantLoad()
163 const SVal PSV = State->getSVal(SValMemRegion); in uninitRefOrPointer() local164 if (PSV.isUndef()) { in uninitRefOrPointer()
638 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in isCPLoad() local639 if (PSV && PSV == PseudoSourceValue::getConstantPool()) { in isCPLoad()
1155 SVal PSV = State->getSVal(Reg->getRegion()); in getMessage() local1156 SymbolRef AS = PSV.getAsLocSymbol(); in getMessage()