Home
last modified time | relevance | path

Searched refs:setOnlyReadsMemory (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp66 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function
69 F.setOnlyReadsMemory(); in setOnlyReadsMemory()
122 static bool setOnlyReadsMemory(Function &F, unsigned ArgNo) { in setOnlyReadsMemory() function
234 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
243 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
257 Changed |= setOnlyReadsMemory(F, 0); in inferLibFuncAttributes()
266 Changed |= setOnlyReadsMemory(F, 1); in inferLibFuncAttributes()
281 Changed |= setOnlyReadsMemory(F, 1); in inferLibFuncAttributes()
290 Changed |= setOnlyReadsMemory(F, 1); in inferLibFuncAttributes()
299 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h559 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
H A DInstrTypes.h1797 void setOnlyReadsMemory() {
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp778 slot->setOnlyReadsMemory(); in LookupIMP()
800 slot->setOnlyReadsMemory(); in LookupIMPSuper()