Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp542 const auto FreeData = getFreeFunctionDataForFunction(Callee, TLIFn); in getAllocationFamily() local
543 if (FreeData) in getAllocationFamily()
544 return mangledNameForMallocFamily(FreeData.value().Family); in getAllocationFamily()