Searched refs:postorder_ref_scc_begin (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/unittests/Analysis/ |
D | LazyCallGraphTest.cpp | 322 auto J = CG.postorder_ref_scc_begin(); in TEST() 338 EXPECT_EQ(&D, &*CG.postorder_ref_scc_begin()); in TEST() 354 EXPECT_EQ(&B, &*std::next(CG.postorder_ref_scc_begin())); in TEST() 372 EXPECT_EQ(&C, &*std::next(CG.postorder_ref_scc_begin(), 2)); in TEST() 390 EXPECT_EQ(&A, &*std::next(CG.postorder_ref_scc_begin(), 3)); in TEST() 393 EXPECT_EQ(J, std::next(CG.postorder_ref_scc_begin(), 4)); in TEST() 473 auto I = CG.postorder_ref_scc_begin(); in TEST() 558 auto I = CG.postorder_ref_scc_begin(); in TEST() 827 auto I = CG.postorder_ref_scc_begin(), E = CG.postorder_ref_scc_end(); in TEST() 919 auto I = CG.postorder_ref_scc_begin(), E = CG.postorder_ref_scc_end(); in TEST() [all …]
|
/external/llvm/unittests/Analysis/ |
D | LazyCallGraphTest.cpp | 207 auto J = CG.postorder_ref_scc_begin(); in TEST() 346 auto I = CG.postorder_ref_scc_begin(); in TEST() 430 auto I = CG.postorder_ref_scc_begin(); in TEST() 681 auto I = CG.postorder_ref_scc_begin(), E = CG.postorder_ref_scc_end(); in TEST() 770 auto I = CG.postorder_ref_scc_begin(); in TEST() 858 auto I = CG.postorder_ref_scc_begin(); in TEST() 916 auto I = CG.postorder_ref_scc_begin(); in TEST() 1003 auto I = CG.postorder_ref_scc_begin(); in TEST() 1115 auto I = CG.postorder_ref_scc_begin(); in TEST() 1245 auto I = CG.postorder_ref_scc_begin(); in TEST()
|
/external/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 763 postorder_ref_scc_iterator postorder_ref_scc_begin() { in postorder_ref_scc_begin() function 772 return make_range(postorder_ref_scc_begin(), postorder_ref_scc_end()); in postorder_ref_sccs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 945 postorder_ref_scc_iterator postorder_ref_scc_begin() { in postorder_ref_scc_begin() function 960 return make_range(postorder_ref_scc_begin(), postorder_ref_scc_end()); in postorder_ref_sccs()
|
D | CGSCCPassManager.h | 767 for (auto RCI = CG.postorder_ref_scc_begin(),
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | LazyCallGraph.h | 948 postorder_ref_scc_iterator postorder_ref_scc_begin() { in postorder_ref_scc_begin() function 963 return make_range(postorder_ref_scc_begin(), postorder_ref_scc_end()); in postorder_ref_sccs()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | CGSCCPassManager.cpp | 188 for (auto RCI = CG.postorder_ref_scc_begin(), in run()
|