Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineAdvisor.cpp79 void recordInliningWithCalleeDeletedImpl() override { recordInliningImpl(); } recordInliningWithCalleeDeletedImpl() function in __anonc55e8b4c0111::MandatoryInlineAdvice
120 void DefaultInlineAdvice::recordInliningWithCalleeDeletedImpl() { recordInliningWithCalleeDeletedImpl() function in DefaultInlineAdvice
H A DDevelopmentModeInlineAdvisor.cpp211 void recordInliningWithCalleeDeletedImpl() override { global() function in __anone00157b40111::LoggingMLInlineAdvice
H A DMLInlineAdvisor.cpp515 void MLInlineAdvice::recordInliningWithCalleeDeletedImpl() { recordInliningWithCalleeDeletedImpl() function in MLInlineAdvice
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h117 virtual void recordInliningWithCalleeDeletedImpl() {} in recordInliningWithCalleeDeletedImpl() function