Searched refs:onPassEntry (Results 1 – 5 of 5) sorted by relevance
36 void onPassEntry(LazyCallGraph::SCC *SCC) override;
186 virtual void onPassEntry(LazyCallGraph::SCC *SCC = nullptr) {}
138 Advisor.onPassEntry(); in run()
222 Advisor.onPassEntry(&InitialC); in run()
209 void MLInlineAdvisor::onPassEntry(LazyCallGraph::SCC *CurSCC) { in onPassEntry() function in MLInlineAdvisor