Lines Matching refs:LazyCallGraph
204 if (any_isa<const LazyCallGraph::SCC *>(IR)) { in unwrapModule()
205 const LazyCallGraph::SCC *C = any_cast<const LazyCallGraph::SCC *>(IR); in unwrapModule()
206 for (const LazyCallGraph::Node &N : *C) { in unwrapModule()
244 void printIR(raw_ostream &OS, const LazyCallGraph::SCC *C) { in printIR()
245 for (const LazyCallGraph::Node &N : *C) { in printIR()
269 if (any_isa<const LazyCallGraph::SCC *>(IR)) { in getIRName()
270 const LazyCallGraph::SCC *C = any_cast<const LazyCallGraph::SCC *>(IR); in getIRName()
293 bool sccContainsFilterPrintFunc(const LazyCallGraph::SCC &C) { in sccContainsFilterPrintFunc()
295 [](const LazyCallGraph::Node &N) { in sccContainsFilterPrintFunc()
312 if (any_isa<const LazyCallGraph::SCC *>(IR)) { in shouldPrintIR()
313 const LazyCallGraph::SCC *C = any_cast<const LazyCallGraph::SCC *>(IR); in shouldPrintIR()
350 if (any_isa<const LazyCallGraph::SCC *>(IR)) { in unwrapAndPrint()
351 const LazyCallGraph::SCC *C = any_cast<const LazyCallGraph::SCC *>(IR); in unwrapAndPrint()
684 if (any_isa<const LazyCallGraph::SCC *>(IR)) in getModuleForComparison()
685 return any_cast<const LazyCallGraph::SCC *>(IR) in getModuleForComparison()
1147 any_isa<const LazyCallGraph::SCC *>(IR)) { in registerCallbacks()
1149 if (any_isa<const LazyCallGraph::SCC *>(IR)) in registerCallbacks()
1150 M = any_cast<const LazyCallGraph::SCC *>(IR) in registerCallbacks()