Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp54 F.setOnlyReadsMemory(); in setOnlyReadsMemory()
145 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
152 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
191 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
198 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
267 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
274 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
354 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
383 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
426 Changed |= setOnlyReadsMemory(F); in inferLibFuncAttributes()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallSite.h457 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
458 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory()); in setOnlyReadsMemory()
H A DFunction.h471 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
H A DInstrTypes.h1506 void setOnlyReadsMemory() {
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp776 slot.setOnlyReadsMemory(); in LookupIMP()
798 slot->setOnlyReadsMemory(); in LookupIMPSuper()