Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1088 enum FuncFreqAttr { FFA_Normal, FFA_Cold, FFA_Hot }; enumerator
1161 FreqAttr = FFA_Cold; in markFunctionAttributes()
1888 if (FreqAttr == PGOUseFunc::FFA_Cold) in annotateAllFunctions()