Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1099 FreqAttr(FFA_Normal), IsCS(IsCS), VPC(Func, TLI) {} in PGOUseFunc()
1129 FuncFreqAttr getFuncFreqAttr() const { return FreqAttr; } in getFuncFreqAttr()
1176 FuncFreqAttr FreqAttr; member in __anon0925556b0811::PGOUseFunc
1195 FreqAttr = FFA_Hot; in markFunctionAttributes()
1197 FreqAttr = FFA_Cold; in markFunctionAttributes()
2169 PGOUseFunc::FuncFreqAttr FreqAttr = Func.getFuncFreqAttr(); in annotateAllFunctions() local
2170 if (FreqAttr == PGOUseFunc::FFA_Cold) in annotateAllFunctions()
2172 else if (FreqAttr == PGOUseFunc::FFA_Hot) in annotateAllFunctions()