Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h28 extern cl::opt<int> SampleColdCallSiteThreshold;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp221 cl::opt<int> SampleColdCallSiteThreshold( variable
1060 return Cost.getCost() <= SampleColdCallSiteThreshold; in shouldInlineColdCallee()
1397 int SampleThreshold = SampleColdCallSiteThreshold; in shouldInlineCandidate()