Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp951 const BranchProbability ColdFunctionThreshold(2, 10000); in markFunctionAttributes() local
954 else if (MaxCount <= ColdFunctionThreshold.scale(ProgramMaxCount)) in markFunctionAttributes()