Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp177 double NormalizedHotness = in shouldInline() local
180 if (NormalizedHotness > 1.0) in shouldInline()
181 NormalizedHotness = 1.0; in shouldInline()
185 SampleThreshold = SampleHotCallSiteThreshold * NormalizedHotness * 100 + in shouldInline()