Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp436 const BranchProbability ColdFunctionThreshold(2, 10000); in applyFunctionAttributes() local
439 else if (MaxCount <= ColdFunctionThreshold.scale(ProgramMaxCount)) in applyFunctionAttributes()