Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFunction.h647 void setDoesNotFreeMemory() { in setDoesNotFreeMemory() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp195 static bool setDoesNotFreeMemory(Function &F) { in setDoesNotFreeMemory() function
226 Changed |= setDoesNotFreeMemory(F); in inferLibFuncAttributes()
1170 Changed |= setDoesNotFreeMemory(F); in inferLibFuncAttributes()
DLocal.cpp3362 F.setDoesNotFreeMemory(); in inferAttributesFromOthers()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1360 F.setDoesNotFreeMemory(); in inferAttrsFromFunctionBodies()