Lines Matching refs:LazyCallGraph
173 if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) { in unwrapModule()
174 for (const LazyCallGraph::Node &N : *C) { in unwrapModule()
216 void printIR(raw_ostream &OS, const LazyCallGraph::SCC *C) { in printIR()
217 for (const LazyCallGraph::Node &N : *C) { in printIR()
245 if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) in getIRName()
266 bool sccContainsFilterPrintFunc(const LazyCallGraph::SCC &C) { in sccContainsFilterPrintFunc()
268 [](const LazyCallGraph::Node &N) { in sccContainsFilterPrintFunc()
281 if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) in shouldPrintIR()
315 if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) { in unwrapAndPrint()
360 if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) in getModuleForComparison()
765 } else if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) { in getIRFileDisplayName()
1128 } else if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) { in registerCallbacks()
1477 if (const auto *C = unwrapIR<LazyCallGraph::SCC>(IR)) in registerCallbacks()