Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h27 extern cl::opt<int> SampleHotCallSiteThreshold;
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp221 cl::opt<int> SampleHotCallSiteThreshold( variable
1352 SampleThreshold = SampleHotCallSiteThreshold; in shouldInlineCandidate()
1400 return InlineCost::get(Cost.getCost(), SampleHotCallSiteThreshold); in shouldInlineCandidate()