Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h60 uint8_t AllocTypes; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp131 bool llvm::memprof::hasSingleAllocType(uint8_t AllocTypes) { in hasSingleAllocType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp259 uint8_t AllocTypes = 0; member
401 uint8_t AllocTypes = 0; member
818 AllocationType allocTypeToUse(uint8_t AllocTypes) { in allocTypeToUse()
1013 static std::string getAllocTypeString(uint8_t AllocTypes) { in getAllocTypeString()