Searched refs:FreqAttr (Results 1 – 1 of 1) sorted by relevance
962 FreqAttr(FFA_Normal), IsCS(IsCS) {} in PGOUseFunc()986 FuncFreqAttr getFuncFreqAttr() const { return FreqAttr; } in getFuncFreqAttr()1034 FuncFreqAttr FreqAttr; member in __anon71b8f0620511::PGOUseFunc1054 FreqAttr = FFA_Hot; in markFunctionAttributes()1056 FreqAttr = FFA_Cold; in markFunctionAttributes()1587 PGOUseFunc::FuncFreqAttr FreqAttr = Func.getFuncFreqAttr(); in annotateAllFunctions() local1588 if (FreqAttr == PGOUseFunc::FFA_Cold) in annotateAllFunctions()1590 else if (FreqAttr == PGOUseFunc::FFA_Hot) in annotateAllFunctions()