Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp123 if (!CB->onlyAccessesArgMemory()) in getForDest()
H A DGlobalsModRef.cpp544 if (!F->onlyAccessesArgMemory() && MaySyncOrCallIntoModule(*F)) in AnalyzeCallGraph()
550 if (!F->onlyAccessesArgMemory()) in AnalyzeCallGraph()
H A DAliasSetTracker.cpp392 if (Call->onlyAccessesArgMemory()) { in add()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h561 bool onlyAccessesArgMemory() const;
H A DInstrTypes.h1994 bool onlyAccessesArgMemory() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp888 bool Function::onlyAccessesArgMemory() const { in onlyAccessesArgMemory() function in Function
H A DInstructions.cpp649 bool CallBase::onlyAccessesArgMemory() const { in onlyAccessesArgMemory() function in CallBase
H A DVerifier.cpp2550 !Call.onlyAccessesArgMemory(), in verifyStatepoint()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp85 if (F.onlyAccessesArgMemory()) in setOnlyAccessesArgMemory()