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

/external/llvm/include/llvm/Support/
H A DCallSite.h219 bool onlyReadsMemory() const { function in class:llvm::CallSiteBase
220 CALLSITE_DELEGATE_GETTER(onlyReadsMemory());
222 void setOnlyReadsMemory(bool onlyReadsMemory = true) {
223 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory(onlyReadsMemory));
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h306 /// onlyReadsMemory - If the specified call is known to only read from
315 bool onlyReadsMemory(ImmutableCallSite CS) { function in class:llvm::AliasAnalysis
316 return onlyReadsMemory(getModRefBehavior(CS));
319 /// onlyReadsMemory - If the specified function is known to only read from
323 bool onlyReadsMemory(const Function *F) { function in class:llvm::AliasAnalysis
324 return onlyReadsMemory(getModRefBehavior(F));
327 /// onlyReadsMemory - Return true if functions with the specified behavior are
330 static bool onlyReadsMemory(ModRefBehavior MRB) { function in class:llvm::AliasAnalysis
/external/llvm/include/llvm/
H A DFunction.h224 bool onlyReadsMemory() const { function in class:llvm::Function
H A DInstructions.h1309 bool onlyReadsMemory() const { function in class:llvm::CallInst
3062 bool onlyReadsMemory() const { function in class:llvm::InvokeInst

Completed in 474 milliseconds