Searched refs:SampleColdCallSiteThreshold (Results 1 – 2 of 2) sorted by relevance
38 extern cl::opt<int> SampleColdCallSiteThreshold;69 if (!SampleColdCallSiteThreshold.getNumOccurrences()) in CSPreInliner()70 SampleColdCallSiteThreshold = 0; in CSPreInliner()155 unsigned int SampleThreshold = SampleColdCallSiteThreshold; in shouldInline()160 SampleThreshold = SampleColdCallSiteThreshold; in shouldInline()179 SampleColdCallSiteThreshold + 1; in shouldInline()
214 cl::opt<int> SampleColdCallSiteThreshold( variable1019 return Cost.getCost() <= SampleColdCallSiteThreshold; in shouldInlineColdCallee()1353 int SampleThreshold = SampleColdCallSiteThreshold; in shouldInlineCandidate()