Searched refs:MLInlineAdvice (Results 1 – 2 of 2) sorted by relevance
25 class MLInlineAdvice; variable40 void onSuccessfulInlining(const MLInlineAdvice &Advice,54 virtual std::unique_ptr<MLInlineAdvice> getMandatoryAdviceImpl(CallBase &CB);56 virtual std::unique_ptr<MLInlineAdvice>90 class MLInlineAdvice : public InlineAdvice {92 MLInlineAdvice(MLInlineAdvisor *Advisor, CallBase &CB,94 virtual ~MLInlineAdvice() = default;
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 MLInlineAdvice440 void MLInlineAdvice::reportContextForRemark( in reportContextForRemark()454 void MLInlineAdvice::recordInliningImpl() { in recordInliningImpl()463 void MLInlineAdvice::recordInliningWithCalleeDeletedImpl() { in recordInliningWithCalleeDeletedImpl()473 void MLInlineAdvice::recordUnsuccessfulInliningImpl( in recordUnsuccessfulInliningImpl()[all …]