Home
last modified time | relevance | path

Searched refs:NewCs (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp1163 auto NewCs = DRC.switchInternalEdgeToRef(D1, D2); in TEST() local
1165 EXPECT_EQ(NewCs.end(), std::next(NewCs.begin())); in TEST()
1166 LazyCallGraph::SCC &NewDC = *NewCs.begin(); in TEST()
1265 auto NewCs = RC.switchInternalEdgeToRef(B, C); in TEST() local
1279 EXPECT_EQ(RC.begin(), NewCs.begin()); in TEST()
1280 EXPECT_EQ(std::prev(RC.end()), NewCs.end()); in TEST()
1569 auto NewCs = RC.switchInternalEdgeToRef(BN, AN); in TEST() local
1570 EXPECT_EQ(NewCs.begin(), NewCs.end()); in TEST()
1578 NewCs = RC.switchInternalEdgeToRef(CN, AN); in TEST()
1579 EXPECT_EQ(1, std::distance(NewCs.begin(), NewCs.end())); in TEST()
[all …]