Lines Matching refs:subgraph_nodes
10053 auto_vec <basic_block> subgraph_nodes; in test_fully_connected() local
10055 subgraph_nodes.safe_push (create_empty_bb (ENTRY_BLOCK_PTR_FOR_FN (fun))); in test_fully_connected()
10061 make_edge (ENTRY_BLOCK_PTR_FOR_FN (fun), subgraph_nodes[0], EDGE_FALLTHRU); in test_fully_connected()
10062 make_edge (subgraph_nodes[0], EXIT_BLOCK_PTR_FOR_FN (fun), 0); in test_fully_connected()
10065 make_edge (subgraph_nodes[i], subgraph_nodes[j], 0); in test_fully_connected()
10071 ASSERT_EQ (n + 1, subgraph_nodes[0]->preds->length ()); in test_fully_connected()
10072 ASSERT_EQ (n + 1, subgraph_nodes[0]->succs->length ()); in test_fully_connected()
10077 ASSERT_EQ (n, subgraph_nodes[i]->preds->length ()); in test_fully_connected()
10078 ASSERT_EQ (n, subgraph_nodes[i]->succs->length ()); in test_fully_connected()
10086 subgraph_nodes[0])); in test_fully_connected()
10090 ASSERT_EQ (subgraph_nodes[0], in test_fully_connected()
10092 subgraph_nodes[i])); in test_fully_connected()
10100 subgraph_nodes[0])); in test_fully_connected()
10104 ASSERT_EQ (subgraph_nodes[0], in test_fully_connected()
10106 subgraph_nodes[i])); in test_fully_connected()