Lines Matching refs:LazyCallGraph
165 if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) { in unwrapModule()
166 for (const LazyCallGraph::Node &N : *C) { in unwrapModule()
202 void printIR(raw_ostream &OS, const LazyCallGraph::SCC *C) { in printIR()
203 for (const LazyCallGraph::Node &N : *C) { in printIR()
225 if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) in getIRName()
245 bool sccContainsFilterPrintFunc(const LazyCallGraph::SCC &C) { in sccContainsFilterPrintFunc()
247 [](const LazyCallGraph::Node &N) { in sccContainsFilterPrintFunc()
260 if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) in shouldPrintIR()
291 if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) { in unwrapAndPrint()
330 if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) in getModuleForComparison()
717 } else if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) { in getIRFileDisplayName()
1054 } else if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) { in registerCallbacks()
1403 if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) in registerCallbacks()