Searched refs:PSV (Results 1 – 6 of 6) sorted by relevance
424 if (const PseudoSourceValue *PSV = dyn_cast<const PseudoSourceValue>(V)) in hasHazard_() local425 return !PSV->PseudoSourceValue::isConstant(0) && in hasHazard_()479 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(*I)) { in getUnderlyingObjects() local480 if (PSV->isAliased(MFI)) in getUnderlyingObjects()
883 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) in isLoadFromGOTOrConstantPool() local884 if (PSV == PSV->getGOT() || PSV == PSV->getConstantPool()) in isLoadFromGOTOrConstantPool()
142 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) { in getUnderlyingObjectsForInstr() local147 if (PSV->isAliased(MFI)) { in getUnderlyingObjectsForInstr()152 MayAlias = PSV->mayAlias(MFI); in getUnderlyingObjectsForInstr()475 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) { in isUnsafeMemoryObject() local480 if (PSV->isAliased(MFI)) in isUnsafeMemoryObject()
1332 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) in isInvariantLoad() local1333 if (PSV->isConstant(MFI)) in isInvariantLoad()
523 const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V); in isCPLoad() local524 if (PSV && PSV == PseudoSourceValue::getConstantPool()) { in isCPLoad()
1021 SVal PSV = State->getSVal(Reg->getRegion()); in getMessage() local1022 SymbolRef AS = PSV.getAsLocSymbol(); in getMessage()