Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h646 void setDoesNotFreeMemory() { in setDoesNotFreeMemory() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp195 static bool setDoesNotFreeMemory(Function &F) { in setDoesNotFreeMemory() function
226 Changed |= setDoesNotFreeMemory(F); in inferLibFuncAttributes()
1170 Changed |= setDoesNotFreeMemory(F); in inferLibFuncAttributes()
H A DLocal.cpp3353 F.setDoesNotFreeMemory(); in inferAttributesFromOthers()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1360 F.setDoesNotFreeMemory(); in inferAttrsFromFunctionBodies()