Home
last modified time | relevance | path

Searched refs:PSV (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp119 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) { in getUnderlyingObjectForInstr() local
123 if (PSV->isAliased(MFI)) in getUnderlyingObjectForInstr()
126 MayAlias = PSV->mayAlias(MFI); in getUnderlyingObjectForInstr()
529 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) { in isUnsafeMemoryObject() local
534 if (PSV->isAliased(MFI)) in isUnsafeMemoryObject()
DMachineLICM.cpp883 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) in isLoadFromGOTOrConstantPool() local
884 if (PSV == PSV->getGOT() || PSV == PSV->getConstantPool()) in isLoadFromGOTOrConstantPool()
DMachineInstr.cpp1428 if (const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V)) in isInvariantLoad() local
1429 if (PSV->isConstant(MFI)) in isInvariantLoad()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp932 SVal PSV = State->getSVal(Reg->getRegion()); in getMessage() local
933 SymbolRef AS = PSV.getAsLocSymbol(); in getMessage()