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