Home
last modified time | relevance | path

Searched refs:recordUnattemptedInliningImpl (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h79 recordUnattemptedInliningImpl(); in recordUnattemptedInlining()
91 virtual void recordUnattemptedInliningImpl() {} in recordUnattemptedInliningImpl() function
H A DMLInlineAdvisor.h89 void recordUnattemptedInliningImpl() override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp334 void MLInlineAdvice::recordUnattemptedInliningImpl() { in recordUnattemptedInliningImpl() function in MLInlineAdvice