Home
last modified time | relevance | path

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

/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h579 bool doesNotFreeMemory() const { in doesNotFreeMemory() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DFunction.h570 bool doesNotFreeMemory() const { in doesNotFreeMemory() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DValue.cpp800 if (F->doesNotFreeMemory() && F->hasNoSync()) in canBeFreed()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1485 [](const Function &F) { return F.doesNotFreeMemory(); }, in inferAttrsFromFunctionBodies()