Searched refs:InvalidatedSCCs (Results 1 – 9 of 9) sorted by relevance
273 SmallPtrSetImpl<LazyCallGraph::SCC *> &InvalidatedSCCs;617 if (UR.InvalidatedSCCs.count(C))630 assert(!UR.InvalidatedSCCs.count(C) && "Processing an invalid SCC!");865 if (UR.InvalidatedSCCs.count(C))876 if (UR.InvalidatedSCCs.count(C)) {
95 if (UR.InvalidatedSCCs.count(C)) in run()111 if (UR.InvalidatedSCCs.count(C)) { in run()297 if (UR.InvalidatedSCCs.count(C)) in run()315 if (UR.InvalidatedSCCs.count(C)) { in run()429 if (UR.InvalidatedSCCs.count(C)) in run()442 assert(!UR.InvalidatedSCCs.count(C) && "Processing an invalid SCC!"); in run()1165 UR.InvalidatedSCCs.insert(MergedC); in updateCGAndAnalysisManagerForPass()1222 assert(!UR.InvalidatedSCCs.count(C) && "Invalidated the current SCC!"); in updateCGAndAnalysisManagerForPass()
81 if (UR.InvalidatedSCCs.count(C)) in run()91 if (UR.InvalidatedSCCs.count(C)) { in run()640 UR.InvalidatedSCCs.insert(MergedC); in updateCGAndAnalysisManagerForFunctionPass()697 assert(!UR.InvalidatedSCCs.count(C) && "Invalidated the current SCC!"); in updateCGAndAnalysisManagerForFunctionPass()
72 UR->InvalidatedSCCs.insert(DeadSCC); in finalize()
273 SmallPtrSetImpl<LazyCallGraph::SCC *> &InvalidatedSCCs;
818 auto InvalidatedSCCs = RC.switchInternalEdgeToCall(A, C); in TEST() local819 ASSERT_EQ(1u, InvalidatedSCCs.size()); in TEST()820 EXPECT_EQ(&AC, InvalidatedSCCs[0]); in TEST()
993 UR.InvalidatedSCCs.insert(&DeadC); in run()
1223 UR.InvalidatedSCCs.insert(&DeadC); in run()
196 UR.InvalidatedSCCs.insert(&C); in invalidateSCC()