Searched refs:getModRef (Results 1 – 11 of 11) sorted by relevance
165 ModRefInfo getModRef(Location Loc) const { in getModRef() function184 ModRefInfo getModRef() const { in getModRef() function187 MR |= getModRef(Loc); in getModRef()195 bool onlyReadsMemory() const { return !isModSet(getModRef()); } in onlyReadsMemory()198 bool onlyWritesMemory() const { return !isRefSet(getModRef()); } in onlyWritesMemory()207 return isModOrRefSet(getModRef(Location::ArgMem)); in doesAccessArgPointees()
236 ModRefInfo ArgMR = ME.getModRef(IRMemLocation::ArgMem); in getModRefInfo()237 ModRefInfo OtherMR = ME.getWithoutLoc(IRMemLocation::ArgMem).getModRef(); in getModRefInfo()459 OS << ME.getModRef(Loc) << ", "; in operator <<()609 return getMemoryEffects(Call, AAQIP).getModRef(); in getModRefInfo()
404 ModRefInfo CallMask = AA.getMemoryEffects(Call).getModRef(); in add()
1047 return isModSet(getMemoryEffects(Call2, AAQI).getModRef()) in getModRefInfo()1052 return isModSet(getMemoryEffects(Call1, AAQI).getModRef()) in getModRefInfo()
215 ModRefInfo OtherMR = CallME.getModRef(IRMemLocation::Other); in checkFunctionMemoryAccess()220 ModRefInfo ArgMR = CallME.getModRef(IRMemLocation::ArgMem); in checkFunctionMemoryAccess()279 ModRefInfo ArgMR = ME.getModRef(IRMemLocation::ArgMem); in addMemoryAttrs()290 if (!isModSet(NewME.getModRef(IRMemLocation::ArgMem))) in addMemoryAttrs()684 ModRefInfo ArgMR = CB.getMemoryEffects().getModRef(IRMemLocation::ArgMem); in determinePointerAccessAttrs()
195 ME.getModRef(IRMemLocation::ArgMem)); in runIPSCCP()
8368 ME = MemoryEffects(ME.getModRef()); in getKnownStateFromValue()8382 ME = MemoryEffects(ME.getModRef()); in getKnownStateFromValue()
617 ModRefInfo OtherMR = ME.getModRef(IRMemLocation::Other); in getAsString()618 if (OtherMR != ModRefInfo::NoModRef || ME.getModRef() == OtherMR) { in getAsString()624 ModRefInfo MR = ME.getModRef(Loc); in getAsString()
2237 isModSet(Attrs.getMemoryEffects().getModRef(IRMemLocation::ArgMem)), in verifyFunctionAttrs()
3631 ModRefInfo MR = IntInfo->ME.getModRef(); in AnalyzeNode()
2282 if (Attrs.getMemoryEffects().getModRef() == llvm::ModRefInfo::NoModRef) { in AdjustMemoryAttribute()