Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp477 enum FuncFreqAttr { FFA_Normal, FFA_Cold, FFA_Hot }; enumerator
527 FreqAttr = FFA_Hot; in markFunctionAttributes()
896 else if (FreqAttr == PGOUseFunc::FFA_Hot) in annotateAllFunctions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp875 enum FuncFreqAttr { FFA_Normal, FFA_Cold, FFA_Hot }; enumerator
947 FreqAttr = FFA_Hot; in markFunctionAttributes()
1483 else if (FreqAttr == PGOUseFunc::FFA_Hot) in annotateAllFunctions()