Home
last modified time | relevance | path

Searched refs:FFA_Hot (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.cpp983 enum FuncFreqAttr { FFA_Normal, FFA_Cold, FFA_Hot }; enumerator
1054 FreqAttr = FFA_Hot; in markFunctionAttributes()
1590 else if (FreqAttr == PGOUseFunc::FFA_Hot) in annotateAllFunctions()