Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp118 bool llvm::memprof::hasSingleAllocType(uint8_t AllocTypes) { in hasSingleAllocType() function in llvm::memprof
386 if (hasSingleAllocType(Node->AllocTypes)) { in buildMIBNodes()
476 if (hasSingleAllocType(Alloc->AllocTypes)) { in buildAndAttachMIBMetadata()
491 if (hasSingleAllocType(Alloc->AllocTypes)) { in buildAndAttachMIBMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h60 LLVM_ABI bool hasSingleAllocType(uint8_t AllocTypes);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp3646 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()