Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp110 unsigned int SampleThreshold = SampleColdCallSiteThreshold; in shouldInline() local
112 SampleThreshold = SampleHotCallSiteThreshold; in shouldInline()
117 SampleThreshold = SampleColdCallSiteThreshold; in shouldInline()
119 return (Candidate.SizeCost < SampleThreshold); in shouldInline()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1264 int SampleThreshold = SampleColdCallSiteThreshold; in shouldInlineCandidate() local
1267 SampleThreshold = SampleHotCallSiteThreshold; in shouldInlineCandidate()
1298 return InlineCost::get(Cost.getCost(), SampleThreshold); in shouldInlineCandidate()