Searched refs:ShouldInline (Results 1 – 2 of 2) sorted by relevance
144 bool ShouldInline = false; in processFunction() local145 if ((ShouldInline = shouldInline(Candidate))) { in processFunction()154 LLVM_DEBUG(dbgs() << (ShouldInline ? " Inlined" : " Outlined") in processFunction()
2608 InlineResult ShouldInline = CA.analyze(); in getInlineCost() local2616 if (ShouldInline.isSuccess()) in getInlineCost()2623 if (!ShouldInline.isSuccess() && CA.getCost() < CA.getThreshold()) in getInlineCost()2624 return InlineCost::getNever(ShouldInline.getFailureReason()); in getInlineCost()2625 if (ShouldInline.isSuccess() && CA.getCost() >= CA.getThreshold()) in getInlineCost()