Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp3026 auto AllocTypeFromCall = getAllocationCallType(Node->Call); in printTotalSizes() local
3040 if (allocTypeToUse(Node->AllocTypes) != AllocTypeFromCall) in printTotalSizes()
3041 OS << " marked " << getAllocTypeString((uint8_t)AllocTypeFromCall) in printTotalSizes()