Searched refs:FreqAttr (Results 1 – 2 of 2) sorted by relevance
462 FreqAttr(FFA_Normal) {} in PGOUseFunc()480 FuncFreqAttr getFuncFreqAttr() const { return FreqAttr; } in getFuncFreqAttr()504 FuncFreqAttr FreqAttr; member in __anon10d6878d0211::PGOUseFunc527 FreqAttr = FFA_Hot; in markFunctionAttributes()529 FreqAttr = FFA_Cold; in markFunctionAttributes()893 PGOUseFunc::FuncFreqAttr FreqAttr = Func.getFuncFreqAttr(); in annotateAllFunctions() local894 if (FreqAttr == PGOUseFunc::FFA_Cold) in annotateAllFunctions()896 else if (FreqAttr == PGOUseFunc::FFA_Hot) in annotateAllFunctions()
854 FreqAttr(FFA_Normal) {} in PGOUseFunc()878 FuncFreqAttr getFuncFreqAttr() const { return FreqAttr; } in getFuncFreqAttr()924 FuncFreqAttr FreqAttr; member in __anoncbdd98c50411::PGOUseFunc947 FreqAttr = FFA_Hot; in markFunctionAttributes()949 FreqAttr = FFA_Cold; in markFunctionAttributes()1480 PGOUseFunc::FuncFreqAttr FreqAttr = Func.getFuncFreqAttr(); in annotateAllFunctions() local1481 if (FreqAttr == PGOUseFunc::FFA_Cold) in annotateAllFunctions()1483 else if (FreqAttr == PGOUseFunc::FFA_Hot) in annotateAllFunctions()