reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
460 LazyCallGraph::Node &D1 = CG.get(lookupFunction(*M, "d1")); 461 LazyCallGraph::Node &A1 = CG.get(lookupFunction(*M, "a1")); 464 CG.insertEdge(D1, A1, LazyCallGraph::Edge::Ref); 471 CG.buildRefSCCs(); 472 auto I = CG.postorder_ref_scc_begin(); 474 EXPECT_EQ(CG.postorder_ref_scc_end(), I);