Home
last modified time | relevance | path

Searched defs:recordInliningImpl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineAdvisor.cpp78 void recordInliningImpl() override { in recordInliningImpl() function in __anon69190f2a0111::MandatoryInlineAdvice
124 void DefaultInlineAdvice::recordInliningImpl() { in recordInliningImpl() function in DefaultInlineAdvice
H A DDevelopmentModeInlineAdvisor.cpp207 void recordInliningImpl() override { function in __anon70f453d20111::LoggingMLInlineAdvice
H A DMLInlineAdvisor.cpp454 void MLInlineAdvice::recordInliningImpl() { in recordInliningImpl() function in MLInlineAdvice
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h115 virtual void recordInliningImpl() {} in recordInliningImpl() function