Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp27 extern cl::opt<int> SampleHotCallSiteThreshold;
112 SampleThreshold = SampleHotCallSiteThreshold; in shouldInline()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp190 cl::opt<int> SampleHotCallSiteThreshold( variable
1267 SampleThreshold = SampleHotCallSiteThreshold; in shouldInlineCandidate()