Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp242 if (Node->hasAllocType(AllocationType::Hot)) { in convertHotToNotCold()
488 if (Alloc->hasAllocType(AllocationType::Hot)) { in buildAndAttachMIBMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h88 bool hasAllocType(AllocationType AllocType) const { in hasAllocType() function