Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp28 extern cl::opt<int> SampleColdCallSiteThreshold;
110 unsigned int SampleThreshold = SampleColdCallSiteThreshold; in shouldInline()
117 SampleThreshold = SampleColdCallSiteThreshold; in shouldInline()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp195 cl::opt<int> SampleColdCallSiteThreshold( variable
939 return Cost.getCost() <= SampleColdCallSiteThreshold; in shouldInlineColdCallee()
1264 int SampleThreshold = SampleColdCallSiteThreshold; in shouldInlineCandidate()