Home
last modified time | relevance | path

Searched defs:AllocTypes (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h56 uint8_t AllocTypes; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp121 bool llvm::memprof::hasSingleAllocType(uint8_t AllocTypes) { in hasSingleAllocType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp251 uint8_t AllocTypes = 0; member
331 uint8_t AllocTypes = 0; member
739 AllocationType allocTypeToUse(uint8_t AllocTypes) { in allocTypeToUse()
2056 static std::string getAllocTypeString(uint8_t AllocTypes) { in getAllocTypeString()