Home
last modified time | relevance | path

Searched refs:onPassExit (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h38 void onPassExit(LazyCallGraph::SCC *SCC) override;
H A DInlineAdvisor.h190 virtual void onPassExit(LazyCallGraph::SCC *SCC = nullptr) {}
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp130 auto AdvisorOnExit = make_scope_exit([&] { Advisor.onPassExit(); }); in run()
H A DInliner.cpp284 auto AdvisorOnExit = make_scope_exit([&] { Advisor.onPassExit(C); }); in run()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp245 void MLInlineAdvisor::onPassExit(LazyCallGraph::SCC *CurSCC) { in onPassExit() function in MLInlineAdvisor