Home
last modified time | relevance | path

Searched refs:MLInlineAdvice (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h25 class MLInlineAdvice; variable
40 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;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp228 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()
454 void MLInlineAdvice::recordInliningImpl() { in recordInliningImpl()
463 void MLInlineAdvice::recordInliningWithCalleeDeletedImpl() { in recordInliningWithCalleeDeletedImpl()
473 void MLInlineAdvice::recordUnsuccessfulInliningImpl( in recordUnsuccessfulInliningImpl()
[all …]