Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h333 bool onlyReadsMemory(ImmutableCallSite CS) { in onlyReadsMemory() function
341 bool onlyReadsMemory(const Function *F) { in onlyReadsMemory() function
348 static bool onlyReadsMemory(ModRefBehavior MRB) { in onlyReadsMemory() function
/external/llvm/include/llvm/IR/
DCallSite.h250 bool onlyReadsMemory() const { in onlyReadsMemory() function
307 bool onlyReadsMemory(unsigned ArgNo) const { in onlyReadsMemory() function
/external/llvm/lib/IR/
DFunction.cpp177 bool Argument::onlyReadsMemory() const { in onlyReadsMemory() function in Argument