Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp37 extern cl::opt<int> SampleHotCallSiteThreshold;
67 if (!SampleHotCallSiteThreshold.getNumOccurrences()) in CSPreInliner()
68 SampleHotCallSiteThreshold = 1500; in CSPreInliner()
178 SampleThreshold = SampleHotCallSiteThreshold * NormalizedHotness * 100 + in shouldInline()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp209 cl::opt<int> SampleHotCallSiteThreshold( variable
1356 SampleThreshold = SampleHotCallSiteThreshold; in shouldInlineCandidate()