Searched refs:isl_sched_graph_find_node (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_scheduler.h | 267 struct isl_sched_node *isl_sched_graph_find_node(isl_ctx *ctx,
|
H A D | isl_scheduler_clustering.c | 716 scc_node = isl_sched_graph_find_node(ctx, &c->scc[node->scc], in extract_node_transformation() 726 cluster_node = isl_sched_graph_find_node(ctx, merge_graph, space); in extract_node_transformation() 1083 node = isl_sched_graph_find_node(ctx, merge_graph, space); in merge()
|
H A D | isl_scheduler.c | 206 struct isl_sched_node *isl_sched_graph_find_node(isl_ctx *ctx, in isl_sched_graph_find_node() function 1203 node = isl_sched_graph_find_node(ctx, graph, space); in find_domain_node() 1219 node = isl_sched_graph_find_node(ctx, graph, space); in find_range_node() 3559 dst_src = isl_sched_graph_find_node(ctx, dst, edge->src->space); in copy_edges() 3560 dst_dst = isl_sched_graph_find_node(ctx, dst, edge->dst->space); in copy_edges() 4020 node = isl_sched_graph_find_node(ctx, graph, space); in graph_find_compressed_node() 4037 node = isl_sched_graph_find_node(ctx, graph, node->space); in graph_find_compressed_node()
|