Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h201 bool onlyAccessesArgPointees() const { in onlyAccessesArgPointees() function
/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.cpp305 if (Call2B.onlyAccessesArgPointees()) { in getModRefInfo()
343 if (Call1B.onlyAccessesArgPointees()) { in getModRefInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp889 return getMemoryEffects().onlyAccessesArgPointees(); in onlyAccessesArgMemory()
H A DInstructions.cpp650 return getMemoryEffects().onlyAccessesArgPointees(); in onlyAccessesArgMemory()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1198 if (ME.onlyAccessesArgPointees()) in AddAliasScopeMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1244 if (Behavior.onlyAccessesArgPointees()) { in canSinkOrHoistInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp897 if (ME.onlyAccessesArgPointees()) { in writeAttributeGroupTable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8363 if (ME.onlyAccessesArgPointees()) { in getKnownStateFromValue()