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

/external/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h402 postorder_scc_iterator postorder_scc_end() { function in class:llvm::LazyCallGraph
408 postorder_scc_end());
/external/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp268 EXPECT_EQ(CG.postorder_scc_end(), SCCI);
362 EXPECT_EQ(CG.postorder_scc_end(), SCCI);
525 auto SCCI = CG.postorder_scc_begin(), SCCE = CG.postorder_scc_end();
639 EXPECT_EQ(CG1.postorder_scc_end(), SCCI);
692 EXPECT_EQ(CG1.postorder_scc_end(), SCCI);

Completed in 1930 milliseconds