Home
last modified time | relevance | path

Searched refs:doesAccessArgPointees (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h206 bool doesAccessArgPointees() const { in doesAccessArgPointees() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp306 if (!Call2B.doesAccessArgPointees()) in getModRefInfo()
344 if (!Call1B.doesAccessArgPointees()) in getModRefInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp3061 if (ME.doesAccessArgPointees() && all_of(NewArgumentTypes, [&](Type *T) { in rewriteFunctionSignatures()