Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp122 const unsigned NumAllocTypes = llvm::popcount(AllocTypes); in hasSingleAllocType() local
123 assert(NumAllocTypes != 0); in hasSingleAllocType()
124 return NumAllocTypes == 1; in hasSingleAllocType()