Home
last modified time | relevance | path

Searched refs:doesNotReadMemory (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/IR/
DCallSite.h425 bool doesNotReadMemory() const { in doesNotReadMemory() function
426 CALLSITE_DELEGATE_GETTER(doesNotReadMemory()); in doesNotReadMemory()
DFunction.h302 bool doesNotReadMemory() const {
DInstructions.h1747 bool doesNotReadMemory() const {
3711 bool doesNotReadMemory() const {
/external/llvm/lib/Analysis/
DAliasAnalysis.cpp146 else if (doesNotReadMemory(MRB)) in getModRefInfo()
213 else if (doesNotReadMemory(CS1B)) in getModRefInfo()
DBasicAliasAnalysis.cpp572 else if (CS.doesNotReadMemory()) in getModRefBehavior()
601 else if (F->doesNotReadMemory()) in getModRefBehavior()
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h324 static bool doesNotReadMemory(FunctionModRefBehavior MRB) { in doesNotReadMemory() function