Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp320 auto J = CG.postorder_ref_scc_begin(); in TEST()
336 EXPECT_EQ(&D, &*CG.postorder_ref_scc_begin()); in TEST()
352 EXPECT_EQ(&C, &*std::next(CG.postorder_ref_scc_begin())); in TEST()
370 EXPECT_EQ(&B, &*std::next(CG.postorder_ref_scc_begin(), 2)); in TEST()
388 EXPECT_EQ(&A, &*std::next(CG.postorder_ref_scc_begin(), 3)); in TEST()
391 EXPECT_EQ(J, std::next(CG.postorder_ref_scc_begin(), 4)); in TEST()
471 auto I = CG.postorder_ref_scc_begin(); in TEST()
556 auto I = CG.postorder_ref_scc_begin(); in TEST()
825 auto I = CG.postorder_ref_scc_begin(), E = CG.postorder_ref_scc_end(); in TEST()
917 auto I = CG.postorder_ref_scc_begin(), E = CG.postorder_ref_scc_end(); in TEST()
[all …]
/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp207 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/
DLazyCallGraph.h763 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-7.0/llvm/include/llvm/Analysis/
DLazyCallGraph.h944 postorder_ref_scc_iterator postorder_ref_scc_begin() { in postorder_ref_scc_begin() function
959 return make_range(postorder_ref_scc_begin(), postorder_ref_scc_end()); in postorder_ref_sccs()
DCGSCCPassManager.h369 for (auto RCI = CG.postorder_ref_scc_begin(),