Home
last modified time | relevance | path

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

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