Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLInlineAdvisor.h37 void onPassEntry(LazyCallGraph::SCC *SCC) override;
H A DInlineAdvisor.h185 virtual void onPassEntry(LazyCallGraph::SCC *SCC = nullptr) {}
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DModuleInliner.cpp128 Advisor.onPassEntry(); in run()
H A DInliner.cpp224 Advisor.onPassEntry(&InitialC); in run()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp195 void MLInlineAdvisor::onPassEntry(LazyCallGraph::SCC *CurSCC) { in onPassEntry() function in MLInlineAdvisor