Searched defs:recordInliningWithCalleeDeletedImpl (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ | ||
H A D | InlineAdvisor.cpp | 78 void recordInliningWithCalleeDeletedImpl() override { recordInliningImpl(); } in recordInliningWithCalleeDeletedImpl() function in __anon78e268510111::MandatoryInlineAdvice |
H A D | DevelopmentModeInlineAdvisor.cpp | 212 void recordInliningWithCalleeDeletedImpl() override { function in __anonb3e152190111::LoggingMLInlineAdvice |
H A D | MLInlineAdvisor.cpp | 463 void MLInlineAdvice::recordInliningWithCalleeDeletedImpl() { in recordInliningWithCalleeDeletedImpl() function in MLInlineAdvice |
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ | ||
H A D | InlineAdvisor.h | 118 virtual void recordInliningWithCalleeDeletedImpl() {} in recordInliningWithCalleeDeletedImpl() function |