Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp121 bool llvm::memprof::hasSingleAllocType(uint8_t AllocTypes) { in hasSingleAllocType() function in llvm::memprof
192 if (hasSingleAllocType(Node->AllocTypes)) { in buildMIBNodes()
239 if (hasSingleAllocType(Alloc->AllocTypes)) { in buildAndAttachMIBMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h44 bool hasSingleAllocType(uint8_t AllocTypes);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2487 if (hasSingleAllocType(Node->AllocTypes) || Node->CallerEdges.size() <= 1) in identifyClones()
2533 if (hasSingleAllocType(Node->AllocTypes) || Node->CallerEdges.size() <= 1) in identifyClones()