Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp80 void recordInliningWithCalleeDeletedImpl() override { recordInliningImpl(); } in recordInliningWithCalleeDeletedImpl() function in __anon0d96f3fa0111::MandatoryInlineAdvice
121 void DefaultInlineAdvice::recordInliningWithCalleeDeletedImpl() { in recordInliningWithCalleeDeletedImpl() function in DefaultInlineAdvice
H A DDevelopmentModeInlineAdvisor.cpp212 void recordInliningWithCalleeDeletedImpl() override { function in __anon54bc7ea20111::LoggingMLInlineAdvice
H A DMLInlineAdvisor.cpp544 void MLInlineAdvice::recordInliningWithCalleeDeletedImpl() { in recordInliningWithCalleeDeletedImpl() function in MLInlineAdvice
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h118 virtual void recordInliningWithCalleeDeletedImpl() {} recordInliningWithCalleeDeletedImpl() function