Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp443 if (Call->onlyAccessesArgMemory()) { in add()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h510 bool onlyAccessesArgMemory() const;
H A DInstrTypes.h1878 bool onlyAccessesArgMemory() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp85 if (F.onlyAccessesArgMemory()) in setOnlyAccessesArgMemory()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp788 bool Function::onlyAccessesArgMemory() const { in onlyAccessesArgMemory() function in Function
H A DInstructions.cpp594 bool CallBase::onlyAccessesArgMemory() const { in onlyAccessesArgMemory() function in CallBase
H A DVerifier.cpp2296 !Call.onlyAccessesArgMemory(), in verifyStatepoint()