Home
last modified time | relevance | path

Searched refs:getMandatoryAdvice (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp367 return getMandatoryAdvice(CB, false); in getAdviceImpl()
402 return getMandatoryAdvice(CB, true); in getAdviceImpl()
466 std::unique_ptr<InlineAdvice> MLInlineAdvisor::getMandatoryAdvice(CallBase &CB, in getMandatoryAdvice() function in MLInlineAdvisor
H A DInlineAdvisor.cpp544 std::unique_ptr<InlineAdvice> InlineAdvisor::getMandatoryAdvice(CallBase &CB, in getMandatoryAdvice() function in InlineAdvisor
622 return getMandatoryAdvice(CB, Advice); in getAdvice()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h54 std::unique_ptr<InlineAdvice> getMandatoryAdvice(CallBase &CB,
H A DInlineAdvisor.h206 virtual std::unique_ptr<InlineAdvice> getMandatoryAdvice(CallBase &CB,