Searched refs:graph_edge_table_add (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_scheduler.c | 244 static isl_stat graph_edge_table_add(isl_ctx *ctx, in graph_edge_table_add() function 274 if (graph_edge_table_add(ctx, graph, t, edge) < 0) in graph_edge_tables_add() 1333 return graph_edge_table_add(ctx, graph, data->type, in extract_edge() 1339 return graph_edge_table_add(ctx, graph, data->type, edge); in extract_edge()
|