Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h325 bool onlyReadsMemory() const { in onlyReadsMemory() function
433 bool onlyReadsMemory(unsigned OpNo) const { in onlyReadsMemory() function
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h294 bool onlyReadsMemory(ImmutableCallSite CS) { in onlyReadsMemory() function
307 bool onlyReadsMemory(const Function *F) { in onlyReadsMemory() function
313 static bool onlyReadsMemory(FunctionModRefBehavior MRB) { in onlyReadsMemory() function
/external/llvm/lib/IR/
DFunction.cpp184 bool Argument::onlyReadsMemory() const { in onlyReadsMemory() function in Argument