Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1397 int SampleThreshold = SampleColdCallSiteThreshold; in shouldInlineCandidate() local
1400 SampleThreshold = SampleHotCallSiteThreshold; in shouldInlineCandidate()
1452 return InlineCost::get(Cost.getCost(), SampleThreshold); in shouldInlineCandidate()