Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfile.h27 extern cl::opt<int> SampleHotCallSiteThreshold;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp216 cl::opt<int> SampleHotCallSiteThreshold( variable
1400 SampleThreshold = SampleHotCallSiteThreshold; in shouldInlineCandidate()