Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp523 const BranchProbability HotFunctionThreshold(1, 100); in markFunctionAttributes() local
526 if (EntryCount >= HotFunctionThreshold.scale(ProgramMaxCount)) in markFunctionAttributes()