Searched refs:AdjThreshold (Results 1 – 2 of 2) sorted by relevance
237 int AdjThreshold = (int)(CurrentThreshold * FudgeFactor); in shouldInline() local238 if (Cost >= AdjThreshold) { in shouldInline()240 << ", thres=" << AdjThreshold in shouldInline()310 << ", thres=" << AdjThreshold in shouldInline()
409 const auto AdjThreshold = GetAdjustedThreshold(Threshold, IsHotCallsite); in computeImportForFunction() local414 Worklist.emplace_back(ResolvedCalleeSummary, AdjThreshold, VI.getGUID()); in computeImportForFunction()