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