Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h593 void setDoesNotFreeMemory() { in setDoesNotFreeMemory() function
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp204 static bool setDoesNotFreeMemory(Function &F) { in setDoesNotFreeMemory() function
1224 Changed |= setDoesNotFreeMemory(F); in inferNonMandatoryLibFuncAttrs()
1236 Changed |= setDoesNotFreeMemory(F); in inferNonMandatoryLibFuncAttrs()
H A DLocal.cpp3389 F.setDoesNotFreeMemory(); in inferAttributesFromOthers()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1580 F.setDoesNotFreeMemory(); in inferAttrsFromFunctionBodies()