Home
last modified time | relevance | path

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

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