reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1117 ASSERT_EQ(&DRC, CG.lookupRefSCC(D2)); 1119 ASSERT_EQ(1, std::distance(D2->begin(), D2->end())); 1119 ASSERT_EQ(1, std::distance(D2->begin(), D2->end())); 1135 Function &D2F = D2.getFunction(); 1163 LazyCallGraph::SCC &DC = *CG.lookupSCC(D2); 1164 auto NewCs = DRC.switchInternalEdgeToRef(D1, D2); 1165 EXPECT_EQ(&DC, CG.lookupSCC(D2)); 1170 auto NewRCs = DRC.removeInternalRefEdge(D1, {&D2}); 1176 EXPECT_EQ(&D2RC, CG.lookupRefSCC(D2)); 1181 CRC.removeOutgoingEdge(C1, D2);