Searched refs:is_node (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_scheduler.c | 449 static int is_node(struct isl_sched_graph *graph, in is_node() function 1504 if (!is_node(graph, src) || !is_node(graph, dst)) in extract_edge() 3757 if (!is_node(dst, dst_src) || !is_node(dst, dst_dst)) { in copy_edges() 4222 if (is_node(graph, node)) in graph_find_compressed_node() 4232 if (!is_node(graph->root, node)) in graph_find_compressed_node() 4237 if (!is_node(graph, node)) in graph_find_compressed_node() 6660 if (scc_node && !is_node(&c->scc[node->scc], scc_node)) in extract_node_transformation() 6668 if (cluster_node && !is_node(merge_graph, cluster_node)) in extract_node_transformation() 7027 if (!is_node(merge_graph, node)) in merge()
|