Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h34 void onPassEntry(LazyCallGraph::SCC *SCC) override;
H A DInlineAdvisor.h184 virtual void onPassEntry(LazyCallGraph::SCC *SCC = nullptr) {}
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp135 Advisor.onPassEntry(); in run()
H A DInliner.cpp759 Advisor.onPassEntry(&InitialC); in run()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp142 void MLInlineAdvisor::onPassEntry(LazyCallGraph::SCC *LastSCC) { in onPassEntry() function in MLInlineAdvisor