Searched defs:onlyReadsMemory (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallSite.h250 bool onlyReadsMemory() const { function in class:llvm::CallSiteBase
251 CALLSITE_DELEGATE_GETTER(onlyReadsMemory());
307 bool onlyReadsMemory(unsigned ArgNo) const { function in class:llvm::CallSiteBase
H A DFunction.h251 bool onlyReadsMemory() const { function in class:llvm::Function
334 bool onlyReadsMemory(unsigned n) const { function in class:llvm::Function
H A DInstructions.h1474 bool onlyReadsMemory() const { function in class:llvm::CallInst
3164 bool onlyReadsMemory() const { function in class:llvm::InvokeInst
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h324 /// onlyReadsMemory - If the specified call is known to only read from
333 bool onlyReadsMemory(ImmutableCallSite CS) { function in class:llvm::AliasAnalysis
334 return onlyReadsMemory(getModRefBehavior(CS));
337 /// onlyReadsMemory - If the specified function is known to only read from
341 bool onlyReadsMemory(const Function *F) { function in class:llvm::AliasAnalysis
342 return onlyReadsMemory(getModRefBehavior(F));
345 /// onlyReadsMemory - Return true if functions with the specified behavior are
348 static bool onlyReadsMemory(ModRefBehavior MRB) { function in class:llvm::AliasAnalysis
/external/llvm/lib/IR/
H A DFunction.cpp177 bool Argument::onlyReadsMemory() const { function in class:Argument

Completed in 225 milliseconds