Home
last modified time | relevance | path

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

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