Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp739 AllocationType allocTypeToUse(uint8_t AllocTypes) { in allocTypeToUse() function
766 return allocTypeToUse(l) == allocTypeToUse(r->AllocTypes); in allocTypesMatch()
1634 AN.Versions[0] = (uint8_t)allocTypeToUse(AllocNode->AllocTypes); in IndexCallsiteContextGraph()
2557 if (allocTypeToUse(CallerEdge->AllocTypes) == in identifyClones()
2558 allocTypeToUse(Node->AllocTypes) && in identifyClones()
2569 if (allocTypeToUse(CurClone->AllocTypes) != in identifyClones()
2570 allocTypeToUse(CallerEdge->AllocTypes)) in identifyClones()
3164 updateAllocationCall(Node->Call, allocTypeToUse(Node->AllocTypes)); in assignFunctions()