Searched refs:FreqAttr (Results 1 – 1 of 1) sorted by relevance
1099 FreqAttr(FFA_Normal), IsCS(IsCS), VPC(Func, TLI) {} in PGOUseFunc()1129 FuncFreqAttr getFuncFreqAttr() const { return FreqAttr; } in getFuncFreqAttr()1176 FuncFreqAttr FreqAttr; member in __anon0925556b0811::PGOUseFunc1195 FreqAttr = FFA_Hot; in markFunctionAttributes()1197 FreqAttr = FFA_Cold; in markFunctionAttributes()2169 PGOUseFunc::FuncFreqAttr FreqAttr = Func.getFuncFreqAttr(); in annotateAllFunctions() local2170 if (FreqAttr == PGOUseFunc::FFA_Cold) in annotateAllFunctions()2172 else if (FreqAttr == PGOUseFunc::FFA_Hot) in annotateAllFunctions()