HomeSort by relevance Sort by last modified time
    Searched refs:postorder_scc_end (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
LazyCallGraph.h 408 postorder_scc_iterator postorder_scc_end() { function in class:llvm::LazyCallGraph
414 postorder_scc_end());
  /external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp 268 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 220 milliseconds