Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp131 bool llvm::memprof::hasSingleAllocType(uint8_t AllocTypes) { in hasSingleAllocType() function in llvm::memprof
208 if (hasSingleAllocType(Node->AllocTypes)) { in buildMIBNodes()
256 if (hasSingleAllocType(Alloc->AllocTypes)) { in buildAndAttachMIBMetadata()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h48 bool hasSingleAllocType(uint8_t AllocTypes);
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2701 if (hasSingleAllocType(Node->AllocTypes) || Node->CallerEdges.size() <= 1) in identifyClones()
2755 if (hasSingleAllocType(Node->AllocTypes) || Node->CallerEdges.size() <= 1) in identifyClones()