Lines Matching refs:reverse_edge_table
75 struct isl_hash_table **reverse_edge_table; member
127 isl_hash_table_foreach(ctx, scc_graph->reverse_edge_table[i], in isl_scc_graph_dump()
148 if (scc_graph->reverse_edge_table) { in isl_scc_graph_free()
151 scc_graph->reverse_edge_table[i]); in isl_scc_graph_free()
160 free(scc_graph->reverse_edge_table); in isl_scc_graph_free()
471 data->scc_graph->reverse_edge_table, dst, data->src); in add_reverse()
545 scc_graph->reverse_edge_table = in isl_scc_graph_alloc()
549 !scc_graph->edge_table || !scc_graph->reverse_edge_table) in isl_scc_graph_alloc()
554 scc_graph->reverse_edge_table[i] = isl_hash_table_alloc(ctx, 2); in isl_scc_graph_alloc()
556 !scc_graph->reverse_edge_table[i]) in isl_scc_graph_alloc()
1145 n_bwd = scc_graph->reverse_edge_table[i]->n; in best_split()