Home
last modified time | relevance | path

Searched refs:onlyAccessesArgPointees (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp54 if (ME.onlyAccessesArgPointees()) { in CanAlterRefCount()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp273 if (Call2B.onlyAccessesArgPointees()) { in getModRefInfo()
311 if (Call1B.onlyAccessesArgPointees()) { in getModRefInfo()
H A DMemoryLocation.cpp116 if (!WriteME.onlyAccessesArgPointees()) in getForDest()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h224 bool onlyAccessesArgPointees() const { in onlyAccessesArgPointees() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp906 return getMemoryEffects().onlyAccessesArgPointees(); in onlyAccessesArgMemory()
H A DInstructions.cpp685 return getMemoryEffects().onlyAccessesArgPointees(); in onlyAccessesArgMemory()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1220 if (ME.onlyAccessesArgPointees()) in AddAliasScopeMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp900 if (ME.onlyAccessesArgPointees()) { in writeAttributeGroupTable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8424 if (ME.onlyAccessesArgPointees()) { in getKnownStateFromValue()