Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DSampleProfile.cpp1353 int SampleThreshold = SampleColdCallSiteThreshold; in shouldInlineCandidate() local
1356 SampleThreshold = SampleHotCallSiteThreshold; in shouldInlineCandidate()
1408 return InlineCost::get(Cost.getCost(), SampleThreshold); in shouldInlineCandidate()