Searched refs:doesNotReadMemory (Results 1 – 10 of 10) sorted by relevance
475 bool doesNotReadMemory() const { in doesNotReadMemory() function476 CALLSITE_DELEGATE_GETTER(doesNotReadMemory()); in doesNotReadMemory()637 bool doesNotReadMemory(unsigned OpNo) const { in doesNotReadMemory() function
500 bool doesNotReadMemory() const { in doesNotReadMemory() function
1582 bool doesNotReadMemory(unsigned OpNo) const {1675 bool doesNotReadMemory() const {
205 else if (doesNotReadMemory(MRB)) in getModRefInfo()283 else if (doesNotReadMemory(Call1B)) in getModRefInfo()
725 else if (Call->doesNotReadMemory()) in getModRefBehavior()758 else if (F->doesNotReadMemory()) in getModRefBehavior()939 if (Call->doesNotReadMemory(OperandNo)) { in getModRefInfo()
325 bool doesNotReadMemory() const { in doesNotReadMemory() function
121 if (AliasAnalysis::doesNotReadMemory(MRB)) in checkFunctionMemoryAccess()280 if (F->doesNotReadMemory() && WritesMemory) in addReadAttrs()
528 return !cast<CallBase>(this)->doesNotReadMemory(); in mayReadFromMemory()
483 static bool doesNotReadMemory(FunctionModRefBehavior MRB) { in doesNotReadMemory() function
972 if (CI->doesNotReadMemory()) in canInterchangeLoops()