Searched refs:onPassEntry (Results 1 – 5 of 5) sorted by relevance
37 void onPassEntry(LazyCallGraph::SCC *SCC) override;
185 virtual void onPassEntry(LazyCallGraph::SCC *SCC = nullptr) {}
128 Advisor.onPassEntry(); in run()
224 Advisor.onPassEntry(&InitialC); in run()
195 void MLInlineAdvisor::onPassEntry(LazyCallGraph::SCC *CurSCC) { in onPassEntry() function in MLInlineAdvisor