Searched refs:SampleHotCallSiteThreshold (Results 1 – 2 of 2) sorted by relevance
37 extern cl::opt<int> SampleHotCallSiteThreshold;67 if (!SampleHotCallSiteThreshold.getNumOccurrences()) in CSPreInliner()68 SampleHotCallSiteThreshold = 1500; in CSPreInliner()178 SampleThreshold = SampleHotCallSiteThreshold * NormalizedHotness * 100 + in shouldInline()
209 cl::opt<int> SampleHotCallSiteThreshold( variable1356 SampleThreshold = SampleHotCallSiteThreshold; in shouldInlineCandidate()