Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallSite.h462 bool doesNotReadMemory() const { in doesNotReadMemory() function
463 CALLSITE_DELEGATE_GETTER(doesNotReadMemory()); in doesNotReadMemory()
628 bool doesNotReadMemory(unsigned OpNo) const { in doesNotReadMemory() function
H A DFunction.h476 bool doesNotReadMemory() const { in doesNotReadMemory() function
H A DInstrTypes.h1442 bool doesNotReadMemory(unsigned OpNo) const {
1511 bool doesNotReadMemory() const {
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DAliasAnalysis.cpp176 else if (doesNotReadMemory(MRB)) in getModRefInfo()
248 else if (doesNotReadMemory(Call1B)) in getModRefInfo()
H A DBasicAliasAnalysis.cpp686 else if (Call->doesNotReadMemory()) in getModRefBehavior()
719 else if (F->doesNotReadMemory()) in getModRefBehavior()
898 if (Call->doesNotReadMemory(OperandNo)) { in getModRefInfo()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp118 if (AliasAnalysis::doesNotReadMemory(MRB)) in checkFunctionMemoryAccess()
274 if (F->doesNotReadMemory() && WritesMemory) in addReadAttrs()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h461 static bool doesNotReadMemory(FunctionModRefBehavior MRB) { in doesNotReadMemory() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp983 if (CI->doesNotReadMemory()) in canInterchangeLoops()