Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp54 if (ME.onlyAccessesArgPointees()) { in CanAlterRefCount()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h201 bool onlyAccessesArgPointees() const { in onlyAccessesArgPointees() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp303 if (Call2B.onlyAccessesArgPointees()) { in getModRefInfo()
341 if (Call1B.onlyAccessesArgPointees()) { in getModRefInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp828 return getMemoryEffects().onlyAccessesArgPointees(); in onlyAccessesArgMemory()
H A DInstructions.cpp644 return getMemoryEffects().onlyAccessesArgPointees(); in onlyAccessesArgMemory()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1233 if (Behavior.onlyAccessesArgPointees()) { in canSinkOrHoistInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1195 if (ME.onlyAccessesArgPointees()) in AddAliasScopeMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp898 if (ME.onlyAccessesArgPointees()) { in writeAttributeGroupTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8348 if (ME.onlyAccessesArgPointees()) { in getKnownStateFromValue()