Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1353 int SampleThreshold = SampleColdCallSiteThreshold; in shouldInlineCandidate() local
1356 SampleThreshold = SampleHotCallSiteThreshold; in shouldInlineCandidate()
1408 return InlineCost::get(Cost.getCost(), SampleThreshold); in shouldInlineCandidate()