Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp95 const unsigned NumAllocTypes = countPopulation(AllocTypes); in hasSingleAllocType() local
96 assert(NumAllocTypes != 0); in hasSingleAllocType()
97 return NumAllocTypes == 1; in hasSingleAllocType()