Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2718 const unsigned AllocTypeCloningPriority[] = {/*None*/ 3, /*NotCold*/ 4, in identifyClones() local
2739 return AllocTypeCloningPriority[A->AllocTypes] < in identifyClones()
2740 AllocTypeCloningPriority[B->AllocTypes]; in identifyClones()