Searched refs:PSV (Results 1 – 4 of 4) sorted by relevance
119 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) { in getUnderlyingObjectForInstr() local123 if (PSV->isAliased(MFI)) in getUnderlyingObjectForInstr()126 MayAlias = PSV->mayAlias(MFI); in getUnderlyingObjectForInstr()529 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) { in isUnsafeMemoryObject() local534 if (PSV->isAliased(MFI)) in isUnsafeMemoryObject()
883 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) in isLoadFromGOTOrConstantPool() local884 if (PSV == PSV->getGOT() || PSV == PSV->getConstantPool()) in isLoadFromGOTOrConstantPool()
1428 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) in isInvariantLoad() local1429 if (PSV->isConstant(MFI)) in isInvariantLoad()
932 SVal PSV = State->getSVal(Reg->getRegion()); in getMessage() local933 SymbolRef AS = PSV.getAsLocSymbol(); in getMessage()