Searched refs:PSV (Results 1 – 10 of 10) sorted by relevance
429 if (const PseudoSourceValue *PSV = in hasHazard_() local431 if (isa<FixedStackPseudoSourceValue>(PSV)) in hasHazard_()433 return !PSV->isConstant(nullptr) && !PSV->isStack(); in hasHazard_()483 if (const PseudoSourceValue *PSV = in getUnderlyingObjects() local485 if (!PSV->isAliased(MFI)) in getUnderlyingObjects()487 Objects.push_back(PSV); in getUnderlyingObjects()
159 bool parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV);1586 bool MIParser::parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV) { in parseMemoryPseudoSourceValue() argument1589 PSV = MF.getPSVManager().getStack(); in parseMemoryPseudoSourceValue()1592 PSV = MF.getPSVManager().getGOT(); in parseMemoryPseudoSourceValue()1595 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()1598 PSV = MF.getPSVManager().getConstantPool(); in parseMemoryPseudoSourceValue()1604 PSV = MF.getPSVManager().getFixedStack(FI); in parseMemoryPseudoSourceValue()1616 PSV = MF.getPSVManager().getGlobalValueCallEntry(GV); in parseMemoryPseudoSourceValue()1620 PSV = MF.getPSVManager().getExternalSymbolCallEntry( in parseMemoryPseudoSourceValue()1640 const PseudoSourceValue *PSV = nullptr; in parseMachinePointerInfo() local[all …]
278 const PseudoSourceValue *PSV = dyn_cast<PseudoSourceValue>(V); in isCPLoad() local279 if (PSV && PSV == PseudoSourceValue::getConstantPool()) { in isCPLoad()
170 const SVal PSV = State->getSVal(SValMemRegion); in uninitRefOrPointer() local171 if (PSV.isUndef()) { in uninitRefOrPointer()
853 if (const PseudoSourceValue *PSV = (*I)->getPseudoValue()) { in isLoadFromGOTOrConstantPool() local854 if (PSV->isGOT() || PSV->isConstantPool()) in isLoadFromGOTOrConstantPool()
140 if (const PseudoSourceValue *PSV = in getUnderlyingObjectsForInstr() local152 if (!PSV->isAliased(MFI)) { in getUnderlyingObjectsForInstr()153 bool MayAlias = PSV->mayAlias(MFI); in getUnderlyingObjectsForInstr()154 Objects.push_back(UnderlyingObjectsVector::value_type(PSV, MayAlias)); in getUnderlyingObjectsForInstr()
559 else if (const PseudoSourceValue *PSV = getPseudoValue()) in print() local560 PSV->printCustom(OS); in print()1483 if (const PseudoSourceValue *PSV = (*I)->getPseudoValue()) in isInvariantLoad() local1484 if (PSV->isConstant(MFI)) in isInvariantLoad()
999 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in visitMachineOperand() local1000 if (PSV == nullptr) continue; in visitMachineOperand()1002 dyn_cast<FixedStackPseudoSourceValue>(PSV); in visitMachineOperand()
595 const PseudoSourceValue *PSV = MMO->getPseudoValue(); in isCPLoad() local596 if (PSV && PSV->isConstantPool()) { in isCPLoad()
1153 SVal PSV = State->getSVal(Reg->getRegion()); in getMessage() local1154 SymbolRef AS = PSV.getAsLocSymbol(); in getMessage()