Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp246 else if (doesNotReadMemory(MRB)) in getModRefInfo()
324 else if (doesNotReadMemory(Call1B)) in getModRefInfo()
H A DBasicAliasAnalysis.cpp688 else if (Call->doesNotReadMemory()) in getModRefBehavior()
721 else if (F->doesNotReadMemory()) in getModRefBehavior()
882 if (Call->doesNotReadMemory(OperandNo)) { in getModRefInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp124 if (AliasAnalysis::doesNotReadMemory(MRB)) in checkFunctionMemoryAccess()
289 if (F->doesNotReadMemory() && WritesMemory) in addReadAttrs()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h565 bool doesNotReadMemory() const { in doesNotReadMemory() function
H A DInstrTypes.h1700 bool doesNotReadMemory(unsigned OpNo) const {
1801 bool doesNotReadMemory() const {
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp578 return !cast<CallBase>(this)->doesNotReadMemory(); in mayReadFromMemory()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h630 static bool doesNotReadMemory(FunctionModRefBehavior MRB) {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1079 if (CI->doesNotReadMemory()) in canInterchangeLoops()