Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1126 enum FuncFreqAttr { FFA_Normal, FFA_Cold, FFA_Hot }; enumerator
1195 FreqAttr = FFA_Hot; in markFunctionAttributes()
2172 else if (FreqAttr == PGOUseFunc::FFA_Hot) in annotateAllFunctions()