Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp544 if (!F->onlyAccessesArgMemory() && MaySyncOrCallIntoModule(*F)) in AnalyzeCallGraph()
550 if (!F->onlyAccessesArgMemory()) in AnalyzeCallGraph()
H A DAliasSetTracker.cpp388 if (Call->onlyAccessesArgMemory()) { in add()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h569 bool onlyAccessesArgMemory() const;
H A DInstrTypes.h1934 LLVM_ABI bool onlyAccessesArgMemory() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp905 bool Function::onlyAccessesArgMemory() const { in onlyAccessesArgMemory() function in Function
H A DInstructions.cpp684 bool CallBase::onlyAccessesArgMemory() const { in onlyAccessesArgMemory() function in CallBase
H A DVerifier.cpp2688 !Call.onlyAccessesArgMemory(), in verifyStatepoint()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp638 if ((WritesMemory && !ReadsMemory) || F.onlyAccessesArgMemory()) { in removeASanIncompatibleFnAttributes()