Searched refs:ShouldInline (Results 1 – 3 of 3) sorted by relevance
2180 InlineResult ShouldInline = CA.analyze(); in getInlineCost() local2185 if (!ShouldInline && CA.getCost() < CA.getThreshold()) in getInlineCost()2186 return InlineCost::getNever(ShouldInline.message); in getInlineCost()2187 if (ShouldInline && CA.getCost() >= CA.getThreshold()) in getInlineCost()
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()
2427 InlineResult ShouldInline = CA.analyze(); in getInlineCost() local2432 if (!ShouldInline.isSuccess() && CA.getCost() < CA.getThreshold()) in getInlineCost()2433 return InlineCost::getNever(ShouldInline.getFailureReason()); in getInlineCost()2434 if (ShouldInline.isSuccess() && CA.getCost() >= CA.getThreshold()) in getInlineCost()