Home
last modified time | relevance | path

Searched defs:onlyReadsMemory (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h436 bool onlyReadsMemory(const CallBase *Call) { in onlyReadsMemory() function
449 bool onlyReadsMemory(const Function *F) { in onlyReadsMemory() function
455 static bool onlyReadsMemory(FunctionModRefBehavior MRB) { in onlyReadsMemory() function
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallSite.h454 bool onlyReadsMemory() const { in onlyReadsMemory() function
623 bool onlyReadsMemory(unsigned OpNo) const { in onlyReadsMemory() function
H A DFunction.h468 bool onlyReadsMemory() const { in onlyReadsMemory() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp161 bool Argument::onlyReadsMemory() const { in onlyReadsMemory() function in Argument