Home
last modified time | relevance | path

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

/external/llvm/unittests/Analysis/
DLazyCallGraphTest.cpp268 EXPECT_EQ(CG.postorder_scc_end(), SCCI); in TEST()
362 EXPECT_EQ(CG.postorder_scc_end(), SCCI); in TEST()
525 auto SCCI = CG.postorder_scc_begin(), SCCE = CG.postorder_scc_end(); in TEST()
639 EXPECT_EQ(CG1.postorder_scc_end(), SCCI); in TEST()
692 EXPECT_EQ(CG1.postorder_scc_end(), SCCI); in TEST()
/external/llvm/include/llvm/Analysis/
DLazyCallGraph.h408 postorder_scc_iterator postorder_scc_end() { in postorder_scc_end() function
414 postorder_scc_end()); in postorder_sccs()