Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DFunction.h570 bool doesNotFreeMemory() const { in doesNotFreeMemory() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DValue.cpp800 if (F->doesNotFreeMemory() && F->hasNoSync()) in canBeFreed()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1485 [](const Function &F) { return F.doesNotFreeMemory(); }, in inferAttrsFromFunctionBodies()