Lines Matching refs:MLInlineAdvice
228 void MLInlineAdvisor::onSuccessfulInlining(const MLInlineAdvice &Advice, in onSuccessfulInlining()
378 std::unique_ptr<MLInlineAdvice>
381 return std::make_unique<MLInlineAdvice>( in getAdviceFromModel()
408 std::unique_ptr<MLInlineAdvice>
410 return std::make_unique<MLInlineAdvice>(this, CB, getCallerORE(CB), true); in getMandatoryAdviceImpl()
425 MLInlineAdvice::MLInlineAdvice(MLInlineAdvisor *Advisor, CallBase &CB, in MLInlineAdvice() function in MLInlineAdvice
440 void MLInlineAdvice::reportContextForRemark( in reportContextForRemark()
450 void MLInlineAdvice::updateCachedCallerFPI(FunctionAnalysisManager &FAM) const { in updateCachedCallerFPI()
454 void MLInlineAdvice::recordInliningImpl() { in recordInliningImpl()
463 void MLInlineAdvice::recordInliningWithCalleeDeletedImpl() { in recordInliningWithCalleeDeletedImpl()
473 void MLInlineAdvice::recordUnsuccessfulInliningImpl( in recordUnsuccessfulInliningImpl()
483 void MLInlineAdvice::recordUnattemptedInliningImpl() { in recordUnattemptedInliningImpl()