Home
last modified time | relevance | path

Searched refs:doesNotFreeMemory (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DFunction.h643 bool doesNotFreeMemory() const { in doesNotFreeMemory() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp761 if (F->doesNotFreeMemory() && F->hasNoSync()) in canBeFreed()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1352 [](const Function &F) { return F.doesNotFreeMemory(); }, in inferAttrsFromFunctionBodies()