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

/external/llvm/include/llvm/IR/
H A DCallSite.h243 bool onlyReadsMemory() const { function in class:llvm::CallSiteBase
244 CALLSITE_DELEGATE_GETTER(onlyReadsMemory());
300 bool onlyReadsMemory(unsigned ArgNo) const { function in class:llvm::CallSiteBase
H A DFunction.h246 bool onlyReadsMemory() const { function in class:llvm::Function
329 bool onlyReadsMemory(unsigned n) const { function in class:llvm::Function
H A DInstructions.h1409 bool onlyReadsMemory() const { function in class:llvm::CallInst
3078 bool onlyReadsMemory() const { function in class:llvm::InvokeInst
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h314 /// onlyReadsMemory - If the specified call is known to only read from
323 bool onlyReadsMemory(ImmutableCallSite CS) { function in class:llvm::AliasAnalysis
324 return onlyReadsMemory(getModRefBehavior(CS));
327 /// onlyReadsMemory - If the specified function is known to only read from
331 bool onlyReadsMemory(const Function *F) { function in class:llvm::AliasAnalysis
332 return onlyReadsMemory(getModRefBehavior(F));
335 /// onlyReadsMemory - Return true if functions with the specified behavior are
338 static bool onlyReadsMemory(ModRefBehavior MRB) { function in class:llvm::AliasAnalysis
/external/llvm/lib/IR/
H A DFunction.cpp159 bool Argument::onlyReadsMemory() const { function in class:Argument

Completed in 118 milliseconds