Searched refs:hasSingleAllocType (Results 1 – 3 of 3) sorted by relevance
118 bool llvm::memprof::hasSingleAllocType(uint8_t AllocTypes) { in hasSingleAllocType() function in llvm::memprof386 if (hasSingleAllocType(Node->AllocTypes)) { in buildMIBNodes()476 if (hasSingleAllocType(Alloc->AllocTypes)) { in buildAndAttachMIBMetadata()491 if (hasSingleAllocType(Alloc->AllocTypes)) { in buildAndAttachMIBMetadata()
60 LLVM_ABI bool hasSingleAllocType(uint8_t AllocTypes);
3646 if (hasSingleAllocType(Node->AllocTypes)) in identifyClones()3684 if (hasSingleAllocType(Node->AllocTypes) || Node->CallerEdges.size() <= 1) in identifyClones()3761 if (hasSingleAllocType(Node->AllocTypes) || Node->CallerEdges.size() <= 1) in identifyClones()3902 bool BothSingleAlloc = hasSingleAllocType(CurClone->AllocTypes) && in identifyClones()3903 hasSingleAllocType(CallerAllocTypeForAlloc); in identifyClones()