Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2306 auto TypeI = ContextIdToAllocationType.find(Id); in printTotalSizes() local
2307 assert(TypeI != ContextIdToAllocationType.end()); in printTotalSizes()
2308 OS << getAllocTypeString((uint8_t)TypeI->second) << " context " << Id in printTotalSizes()