Home
last modified time | relevance | path

Searched refs:postorder_ref_scc_end (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp273 EXPECT_EQ(CG.postorder_ref_scc_end(), J); in TEST()
348 EXPECT_EQ(CG.postorder_ref_scc_end(), I); in TEST()
432 EXPECT_EQ(CG.postorder_ref_scc_end(), I); in TEST()
681 auto I = CG.postorder_ref_scc_begin(), E = CG.postorder_ref_scc_end(); in TEST()
772 EXPECT_EQ(CG.postorder_ref_scc_end(), I); in TEST()
860 EXPECT_EQ(CG.postorder_ref_scc_end(), I); in TEST()
918 EXPECT_EQ(CG.postorder_ref_scc_end(), I); in TEST()
1005 EXPECT_EQ(CG.postorder_ref_scc_end(), I); in TEST()
1117 EXPECT_EQ(CG.postorder_ref_scc_end(), I); in TEST()
1247 EXPECT_EQ(CG.postorder_ref_scc_end(), I); in TEST()
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h766 postorder_ref_scc_iterator postorder_ref_scc_end() { in postorder_ref_scc_end() function
772 return make_range(postorder_ref_scc_begin(), postorder_ref_scc_end()); in postorder_ref_sccs()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DLazyCallGraph.h960 postorder_ref_scc_iterator postorder_ref_scc_end() { in postorder_ref_scc_end() function
969 return make_range(postorder_ref_scc_begin(), postorder_ref_scc_end()); in postorder_ref_sccs()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DLazyCallGraph.h960 postorder_ref_scc_iterator postorder_ref_scc_end() { in postorder_ref_scc_end() function
969 return make_range(postorder_ref_scc_begin(), postorder_ref_scc_end()); in postorder_ref_sccs()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DLazyCallGraph.h960 postorder_ref_scc_iterator postorder_ref_scc_end() { in postorder_ref_scc_end() function
969 return make_range(postorder_ref_scc_begin(), postorder_ref_scc_end()); in postorder_ref_sccs()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h960 postorder_ref_scc_iterator postorder_ref_scc_end() { in postorder_ref_scc_end() function
969 return make_range(postorder_ref_scc_begin(), postorder_ref_scc_end()); in postorder_ref_sccs()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DLazyCallGraph.h960 postorder_ref_scc_iterator postorder_ref_scc_end() { in postorder_ref_scc_end() function
969 return make_range(postorder_ref_scc_begin(), postorder_ref_scc_end()); in postorder_ref_sccs()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h951 postorder_ref_scc_iterator postorder_ref_scc_end() { in postorder_ref_scc_end() function
960 return make_range(postorder_ref_scc_begin(), postorder_ref_scc_end()); in postorder_ref_sccs()
H A DCGSCCPassManager.h768 RCE = CG.postorder_ref_scc_end();