Searched refs:graph_find_node (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_scheduler.c | 427 static struct isl_sched_node *graph_find_node(isl_ctx *ctx, in graph_find_node() function 1422 node = graph_find_node(ctx, graph, space); in find_domain_node() 1438 node = graph_find_node(ctx, graph, space); in find_range_node() 3753 dst_src = graph_find_node(ctx, dst, edge->src->space); in copy_edges() 3754 dst_dst = graph_find_node(ctx, dst, edge->dst->space); in copy_edges() 4219 node = graph_find_node(ctx, graph, space); in graph_find_compressed_node() 4236 node = graph_find_node(ctx, graph, node->space); in graph_find_compressed_node() 6659 scc_node = graph_find_node(ctx, &c->scc[node->scc], node->space); in extract_node_transformation() 6667 cluster_node = graph_find_node(ctx, merge_graph, space); in extract_node_transformation() 7023 node = graph_find_node(ctx, merge_graph, space); in merge()
|