Searched refs:hasSingleAllocType (Results 1 – 3 of 3) sorted by relevance
131 bool llvm::memprof::hasSingleAllocType(uint8_t AllocTypes) { in hasSingleAllocType() function in llvm::memprof208 if (hasSingleAllocType(Node->AllocTypes)) { in buildMIBNodes()256 if (hasSingleAllocType(Alloc->AllocTypes)) { in buildAndAttachMIBMetadata()
48 bool hasSingleAllocType(uint8_t AllocTypes);
2701 if (hasSingleAllocType(Node->AllocTypes) || Node->CallerEdges.size() <= 1) in identifyClones()2755 if (hasSingleAllocType(Node->AllocTypes) || Node->CallerEdges.size() <= 1) in identifyClones()