Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysis.cpp246 else if (doesNotReadMemory(MRB)) in getModRefInfo()
324 else if (doesNotReadMemory(Call1B)) in getModRefInfo()
H A DBasicAliasAnalysis.cpp679 else if (Call->doesNotReadMemory()) in getModRefBehavior()
712 else if (F->doesNotReadMemory()) in getModRefBehavior()
873 if (Call->doesNotReadMemory(OperandNo)) { in getModRefInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp124 if (AliasAnalysis::doesNotReadMemory(MRB)) in checkFunctionMemoryAccess()
289 if (F->doesNotReadMemory() && WritesMemory) in addReadAttrs()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h564 bool doesNotReadMemory() const { in doesNotReadMemory() function
H A DInstrTypes.h1713 bool doesNotReadMemory(unsigned OpNo) const {
1802 bool doesNotReadMemory() const {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp557 return !cast<CallBase>(this)->doesNotReadMemory(); in mayReadFromMemory()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h630 static bool doesNotReadMemory(FunctionModRefBehavior MRB) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1045 if (CI->doesNotReadMemory()) in canInterchangeLoops()