Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1258 if (Callee->doesNotFreeMemory()) in InstrBreaksNoFree()
1330 [](const Function &F) { return F.doesNotFreeMemory(); }, in inferAttrsFromFunctionBodies()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h579 bool doesNotFreeMemory() const { in doesNotFreeMemory() function