Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp226 cl::opt<int> SampleColdCallSiteThreshold( variable
1009 return Cost.getCost() <= SampleColdCallSiteThreshold; in shouldInlineColdCallee()
1349 int SampleThreshold = SampleColdCallSiteThreshold; in shouldInlineCandidate()