Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineAdvisor.cpp78 void recordInliningWithCalleeDeletedImpl() override { recordInliningImpl(); } in recordInliningWithCalleeDeletedImpl() function in __anon78e268510111::MandatoryInlineAdvice
119 void DefaultInlineAdvice::recordInliningWithCalleeDeletedImpl() { in recordInliningWithCalleeDeletedImpl() function in DefaultInlineAdvice
H A DDevelopmentModeInlineAdvisor.cpp212 void recordInliningWithCalleeDeletedImpl() override { function in __anonb3e152190111::LoggingMLInlineAdvice
H A DMLInlineAdvisor.cpp463 void MLInlineAdvice::recordInliningWithCalleeDeletedImpl() { in recordInliningWithCalleeDeletedImpl() function in MLInlineAdvice
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h118 virtual void recordInliningWithCalleeDeletedImpl() {} in recordInliningWithCalleeDeletedImpl() function