Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DModRef.h200 bool onlyAccessesArgPointees() const { in onlyAccessesArgPointees() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp54 if (ME.onlyAccessesArgPointees()) { in CanAlterRefCount()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DAliasAnalysis.cpp303 if (Call2B.onlyAccessesArgPointees()) { in getModRefInfo()
341 if (Call1B.onlyAccessesArgPointees()) { in getModRefInfo()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp1225 if (Behavior.onlyAccessesArgPointees()) { in canSinkOrHoistInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1200 if (ME.onlyAccessesArgPointees()) in AddAliasScopeMetadata()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp789 return getMemoryEffects().onlyAccessesArgPointees(); in onlyAccessesArgMemory()
H A DInstructions.cpp595 return getMemoryEffects().onlyAccessesArgPointees(); in onlyAccessesArgMemory()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp898 if (ME.onlyAccessesArgPointees()) { in writeAttributeGroupTable()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8315 if (ME.onlyAccessesArgPointees()) { in getKnownStateFromValue()