Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp818 AllocationType allocTypeToUse(uint8_t AllocTypes) { in allocTypeToUse() function
845 return allocTypeToUse(l) == allocTypeToUse(r->AllocTypes); in allocTypesMatch()
1786 AN.Versions[0] = (uint8_t)allocTypeToUse(AllocNode->AllocTypes); in IndexCallsiteContextGraph()
2789 if (allocTypeToUse(CallerAllocTypeForAlloc) == in identifyClones()
2790 allocTypeToUse(Node->AllocTypes) && in identifyClones()
2801 if (allocTypeToUse(CurClone->AllocTypes) != in identifyClones()
2802 allocTypeToUse(CallerAllocTypeForAlloc)) in identifyClones()
3375 updateAllocationCall(Node->Call, allocTypeToUse(Node->AllocTypes)); in assignFunctions()