Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp962 FreqAttr(FFA_Normal), IsCS(IsCS) {} in PGOUseFunc()
986 FuncFreqAttr getFuncFreqAttr() const { return FreqAttr; } in getFuncFreqAttr()
1034 FuncFreqAttr FreqAttr; member in __anon71b8f0620511::PGOUseFunc
1054 FreqAttr = FFA_Hot; in markFunctionAttributes()
1056 FreqAttr = FFA_Cold; in markFunctionAttributes()
1587 PGOUseFunc::FuncFreqAttr FreqAttr = Func.getFuncFreqAttr(); in annotateAllFunctions() local
1588 if (FreqAttr == PGOUseFunc::FFA_Cold) in annotateAllFunctions()
1590 else if (FreqAttr == PGOUseFunc::FFA_Hot) in annotateAllFunctions()