Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h325 bool onlyReadsMemory(ImmutableCallSite CS) { in onlyReadsMemory() function
333 bool onlyReadsMemory(const Function *F) { in onlyReadsMemory() function
340 static bool onlyReadsMemory(ModRefBehavior MRB) { in onlyReadsMemory() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DCallSite.h249 bool onlyReadsMemory() const { in onlyReadsMemory() function
306 bool onlyReadsMemory(unsigned ArgNo) const { in onlyReadsMemory() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DFunction.cpp177 bool Argument::onlyReadsMemory() const { in onlyReadsMemory() function in Argument