Searched refs:hasSingleAllocType (Results 1 – 3 of 3) sorted by relevance
121 bool llvm::memprof::hasSingleAllocType(uint8_t AllocTypes) { in hasSingleAllocType() function in llvm::memprof192 if (hasSingleAllocType(Node->AllocTypes)) { in buildMIBNodes()239 if (hasSingleAllocType(Alloc->AllocTypes)) { in buildAndAttachMIBMetadata()
44 bool hasSingleAllocType(uint8_t AllocTypes);
2487 if (hasSingleAllocType(Node->AllocTypes) || Node->CallerEdges.size() <= 1) in identifyClones()2533 if (hasSingleAllocType(Node->AllocTypes) || Node->CallerEdges.size() <= 1) in identifyClones()