Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp123 if (!CB->onlyAccessesArgMemory()) in getForDest()
H A DGlobalsModRef.cpp536 if (!F->onlyAccessesArgMemory() && MaySyncOrCallIntoModule(*F)) in AnalyzeCallGraph()
542 if (!F->onlyAccessesArgMemory()) in AnalyzeCallGraph()
H A DAliasSetTracker.cpp390 if (Call->onlyAccessesArgMemory()) { in add()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h543 bool onlyAccessesArgMemory() const;
H A DInstrTypes.h1974 bool onlyAccessesArgMemory() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp827 bool Function::onlyAccessesArgMemory() const { in onlyAccessesArgMemory() function in Function
H A DInstructions.cpp643 bool CallBase::onlyAccessesArgMemory() const { in onlyAccessesArgMemory() function in CallBase
H A DVerifier.cpp2426 !Call.onlyAccessesArgMemory(), in verifyStatepoint()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp85 if (F.onlyAccessesArgMemory()) in setOnlyAccessesArgMemory()