Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp155 unsigned int SampleThreshold = SampleColdCallSiteThreshold; in shouldInline() local
160 SampleThreshold = SampleColdCallSiteThreshold; in shouldInline()
178 SampleThreshold = SampleHotCallSiteThreshold * NormalizedHotness * 100 + in shouldInline()
182 return (Candidate.SizeCost < SampleThreshold); in shouldInline()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1317 int SampleThreshold = SampleColdCallSiteThreshold; in shouldInlineCandidate() local
1320 SampleThreshold = SampleHotCallSiteThreshold; in shouldInlineCandidate()
1372 return InlineCost::get(Cost.getCost(), SampleThreshold); in shouldInlineCandidate()