Searched refs:ShouldInline (Results 1 – 1 of 1) sorted by relevance
1507 bool ShouldInline = CA.analyzeCall(CS); in getInlineCost() local1512 if (!ShouldInline && CA.getCost() < CA.getThreshold()) in getInlineCost()1514 if (ShouldInline && CA.getCost() >= CA.getThreshold()) in getInlineCost()