Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDCallSite.h475 bool doesNotReadMemory() const { in doesNotReadMemory() function
476 CALLSITE_DELEGATE_GETTER(doesNotReadMemory()); in doesNotReadMemory()
637 bool doesNotReadMemory(unsigned OpNo) const { in doesNotReadMemory() function
HDFunction.h500 bool doesNotReadMemory() const { in doesNotReadMemory() function
HDInstrTypes.h1582 bool doesNotReadMemory(unsigned OpNo) const {
1675 bool doesNotReadMemory() const {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDAliasAnalysis.cpp205 else if (doesNotReadMemory(MRB)) in getModRefInfo()
283 else if (doesNotReadMemory(Call1B)) in getModRefInfo()
HDBasicAliasAnalysis.cpp725 else if (Call->doesNotReadMemory()) in getModRefBehavior()
758 else if (F->doesNotReadMemory()) in getModRefBehavior()
939 if (Call->doesNotReadMemory(OperandNo)) { in getModRefInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDFunctionAttrs.cpp121 if (AliasAnalysis::doesNotReadMemory(MRB)) in checkFunctionMemoryAccess()
280 if (F->doesNotReadMemory() && WritesMemory) in addReadAttrs()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDInstruction.cpp528 return !cast<CallBase>(this)->doesNotReadMemory(); in mayReadFromMemory()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDAliasAnalysis.h483 static bool doesNotReadMemory(FunctionModRefBehavior MRB) { in doesNotReadMemory() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopInterchange.cpp972 if (CI->doesNotReadMemory()) in canInterchangeLoops()