Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DAliasAnalysis.cpp244 else if (onlyWritesMemory(MRB)) in getModRefInfo()
322 else if (onlyWritesMemory(Call1B)) in getModRefInfo()
H A DBasicAliasAnalysis.cpp757 else if (Call->onlyWritesMemory()) in getModRefBehavior()
790 else if (F->onlyWritesMemory()) in getModRefBehavior()
950 if (Call->onlyWritesMemory(OperandNo)) { in getModRefInfo()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h511 bool onlyWritesMemory() const { in onlyWritesMemory() function
H A DInstrTypes.h1727 bool onlyWritesMemory(unsigned OpNo) const {
1862 bool onlyWritesMemory() const {
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstruction.cpp590 return !cast<CallBase>(this)->onlyWritesMemory(); in mayReadFromMemory()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h685 static bool onlyWritesMemory(FunctionModRefBehavior MRB) {
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp319 if (F->onlyWritesMemory() && WritesMemory) in addMemoryAttrs()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1008 if (CI->onlyWritesMemory()) in canInterchangeLoops()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp76 if (F.onlyWritesMemory()) // writeonly or readnone in setOnlyWritesMemory()