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.cpp1037 AllocationType allocTypeToUse(uint8_t AllocTypes) { in allocTypeToUse() function
1067 return allocTypeToUse(l) == allocTypeToUse(r->AllocTypes); in allocTypesMatch()
1105 if (allocTypeToUse(Iter->second) != allocTypeToUse(InAllocTypes[I])) in allocTypesMatchClone()
2271 AN.Versions[0] = (uint8_t)allocTypeToUse(AllocNode->AllocTypes); in IndexCallsiteContextGraph()
3040 if (allocTypeToUse(Node->AllocTypes) != AllocTypeFromCall) in printTotalSizes()
3806 allocTypeToUse(CallerAllocTypeForAlloc) == in identifyClones()
3807 allocTypeToUse(Node->AllocTypes) && in identifyClones()
3898 if (allocTypeToUse(CurClone->AllocTypes) != in identifyClones()
3899 allocTypeToUse(CallerAllocTypeForAlloc)) in identifyClones()
4869 auto AT = allocTypeToUse(Node->AllocTypes); in assignFunctions()