Searched refs:isSuccess (Results 1 – 11 of 11) sorted by relevance
58 isInlineViable(F).isSuccess()) { in run()86 assert(Res.isSuccess() && "unexpected failure to inline"); in run()208 if (!IsViable.isSuccess()) in getInlineCost()
256 if (!IR.isSuccess()) in inlineCallIfPossible()448 if (!IR.isSuccess()) { in inlineCallsImpl()833 if (!IR.isSuccess()) { in run()
781 return isInlineViable(*Callee).isSuccess(); in shouldPartialInline()1441 .isSuccess()) in tryPartialInline()
1184 if (InlineFunction(CB, IFI).isSuccess()) { in tryInlineCandidate()
1950 isInlineViable(F).isSuccess()) in initializeInformationCache()
143 bool isSuccess() const { return Message == nullptr; } in isSuccess() function145 assert(!isSuccess() && in getFailureReason()
564 if (CA.analyze().isSuccess()) { in onLoweredCall()2133 if (!IR.isSuccess()) { in analyzeBlock()2259 if (!Result.isSuccess()) in analyze()2346 if (!IR.isSuccess()) in analyze()2503 if (!R.isSuccess()) in getInliningCostEstimate()2541 if (IsViable.isSuccess()) in getAttributeBasedInliningDecision()2597 if (UserDecision->isSuccess()) in getInlineCost()2616 if (ShouldInline.isSuccess()) in getInlineCost()2623 if (!ShouldInline.isSuccess() && CA.getCost() < CA.getThreshold()) in getInlineCost()2625 if (ShouldInline.isSuccess() && CA.getCost() >= CA.getThreshold()) in getInlineCost()
493 if (TrivialDecision->isSuccess()) in getMandatoryKind()
653 bool InlineStatus = InlineFunction(*PollCall, IFI).isSuccess(); in INITIALIZE_PASS_DEPENDENCY()
216 assert(InlineRes.isSuccess() && "Expected inlining to succeed"); in replaceCoroEndAsync()784 assert(InlineRes.isSuccess()); in deriveNewFramePointer()1604 assert(InlineRes.isSuccess() && "Expected inlining to succeed"); in splitAsyncCoroutine()
727 isInlineViable(*Callee).isSuccess()) in ShouldInlinePointerAddress()