Searched refs:expected_graph (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | split_resolver_test.cpp | 92 auto expected_graph = CreateEmptyGraph(); in TEST_F() local 93 INITIALIZE_GRAPHS(initial_graph, expected_graph) in TEST_F() 107 ASSERT_TRUE(GraphComparator().Compare(initial_graph, expected_graph)); in TEST_F() 113 auto expected_graph = CreateEmptyGraph(); in TEST_F() local 114 INITIALIZE_GRAPHS(initial_graph, expected_graph) in TEST_F() 139 ASSERT_TRUE(GraphComparator().Compare(initial_graph, expected_graph)); in TEST_F() 146 auto expected_graph = CreateEmptyGraph(); in TEST_F() local 147 GRAPH(expected_graph) in TEST_F() 221 ASSERT_TRUE(GraphComparator().Compare(initial_graph, expected_graph)); in TEST_F() 229 auto expected_graph in TEST_F() local 309 auto expected_graph = CreateEmptyGraph(); TEST_F() local 403 auto expected_graph = CreateEmptyGraph(); TEST_F() local 447 auto expected_graph = CreateEmptyGraph(); TEST_F() local 506 auto expected_graph = CreateEmptyGraph(); TEST_F() local 544 auto expected_graph = CreateEmptyGraph(); TEST_F() local 605 auto expected_graph = CreateEmptyGraph(); TEST_F() local 760 auto expected_graph = CreateEmptyGraph(); TEST_F() local 810 auto expected_graph = CreateEmptyGraph(); TEST_F() local 895 auto expected_graph = CreateEmptyGraph(); TEST_F() local 962 auto expected_graph = CreateEmptyGraph(); TEST_F() local 996 auto expected_graph = CreateEmptyGraph(); TEST_F() local 1053 auto expected_graph = CreateEmptyGraph(); TEST_F() local 1087 auto expected_graph = CreateEmptyGraph(); TEST_F() local 1124 auto expected_graph = CreateEmptyGraph(); TEST_F() local 1167 auto expected_graph = CreateEmptyGraph(); TEST_F() local [all...] |
H A D | ir_builder_test.cpp | 5043 auto expected_graph = CreateGraphWithDefaultRuntime(); in TEST_F() local 5044 GRAPH(expected_graph) in TEST_F() 5073 ASSERT_TRUE(GraphComparator().Compare(graph, expected_graph)); in TEST_F() 5112 auto expected_graph = CreateGraphWithDefaultRuntime(); in TEST_F() local 5113 GRAPH(expected_graph) in TEST_F() 5138 ASSERT_TRUE(GraphComparator().Compare(graph, expected_graph)); in TEST_F() 5178 auto expected_graph = CreateGraphWithDefaultRuntime(); in TEST_F() local 5179 GRAPH(expected_graph) in TEST_F() 5213 ASSERT_TRUE(GraphComparator().Compare(graph, expected_graph)); in TEST_F() 5253 auto expected_graph in TEST_F() local 5327 auto expected_graph = CreateGraphWithDefaultRuntime(); TEST_F() local 5393 auto expected_graph = CreateGraphWithDefaultRuntime(); TEST_F() local 5438 auto expected_graph = CreateGraphWithDefaultRuntime(); TEST_F() local 5514 auto expected_graph = CreateGraphWithDefaultRuntime(); TEST_F() local 5592 auto expected_graph = CreateGraphWithDefaultRuntime(); TEST_F() local 5681 auto expected_graph = CreateGraphWithDefaultRuntime(); TEST_F() local 5740 auto expected_graph = CreateGraphOsrWithDefaultRuntime(); TEST_F() local 5784 auto expected_graph = CreateGraphWithDefaultRuntime(); TEST_F() local 5825 auto expected_graph = CreateGraphWithDefaultRuntime(); TEST_F() local 5866 auto expected_graph = CreateGraphWithDefaultRuntime(); TEST_F() local 5899 ASSERT_TRUE(GraphComparator().Compare(GetGraph(), expected_graph)); TEST_F() local 5920 auto expected_graph = CreateGraphWithDefaultRuntime(); TEST_F() local 5939 ASSERT_TRUE(GraphComparator().Compare(GetGraph(), expected_graph)); TEST_F() local 5978 auto expected_graph = CreateGraphWithDefaultRuntime(); TEST_F() local 6020 ASSERT_TRUE(GraphComparator().Compare(GetGraph(), expected_graph)); TEST_F() local 6053 auto expected_graph = CreateGraphWithDefaultRuntime(); TEST_F() local 6093 ASSERT_TRUE(GraphComparator().Compare(GetGraph(), expected_graph)); TEST_F() local [all...] |
H A D | branch_elimination_test.cpp | 762 auto expected_graph = CreateEmptyGraph(); in TEST_F() local 763 GRAPH(expected_graph) in TEST_F() 772 ASSERT_TRUE(GraphComparator().Compare(GetGraph(), expected_graph)); in TEST_F() local 953 auto expected_graph = CreateEmptyGraph(); in BuildGraphAndCheckElimination() local 955 BuildContitionsCheckGraphElimTrueSucc<dom_result, swap_inputs>(expected_graph, dominant_code, code); in BuildGraphAndCheckElimination() 957 BuildContitionsCheckGraphElimFalseSucc<dom_result, swap_inputs>(expected_graph, dominant_code, code); in BuildGraphAndCheckElimination() 959 BuildContitionsCheckGraph<dom_result, swap_inputs>(expected_graph, dominant_code, code); in BuildGraphAndCheckElimination() 963 ASSERT_TRUE(GraphComparator().Compare(graph, expected_graph)); in BuildGraphAndCheckElimination() 1193 auto expected_graph = CreateEmptyGraph(); in TEST_F() local 1194 GRAPH(expected_graph) in TEST_F() 1532 auto expected_graph = CreateEmptyGraph(); TEST_F() local 1612 auto expected_graph = CreateEmptyGraph(); TEST_F() local 1701 auto expected_graph = CreateEmptyGraph(); TEST_F() local [all...] |
Completed in 9 milliseconds