Searched refs:ShouldInline (Results 1 – 2 of 2) 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()
2016 bool ShouldInline = CA.analyzeCall(CS); in getInlineCost() local2021 if (!ShouldInline && CA.getCost() < CA.getThreshold()) in getInlineCost()2023 if (ShouldInline && CA.getCost() >= CA.getThreshold()) in getInlineCost()