Searched defs:recordInliningWithCalleeDeletedImpl (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ | ||
H A D | InlineAdvisor.cpp | 80 void recordInliningWithCalleeDeletedImpl() override { recordInliningImpl(); } in recordInliningWithCalleeDeletedImpl() function in __anon0d96f3fa0111::MandatoryInlineAdvice |
H A D | DevelopmentModeInlineAdvisor.cpp | 212 void recordInliningWithCalleeDeletedImpl() override { function in __anon54bc7ea20111::LoggingMLInlineAdvice |
H A D | MLInlineAdvisor.cpp | 544 void MLInlineAdvice::recordInliningWithCalleeDeletedImpl() { in recordInliningWithCalleeDeletedImpl() function in MLInlineAdvice |
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ | ||
H A D | InlineAdvisor.h | 118 virtual void recordInliningWithCalleeDeletedImpl() {} recordInliningWithCalleeDeletedImpl() function |