Lines Matching defs:scc
119 int scc; member
137 static int node_scc_exactly(struct isl_sched_node *node, int scc) in node_scc_exactly()
142 static int node_scc_at_most(struct isl_sched_node *node, int scc) in node_scc_at_most()
147 static int node_scc_at_least(struct isl_sched_node *node, int scc) in node_scc_at_least()
392 int scc; member
3896 static int edge_scc_exactly(struct isl_sched_edge *edge, int scc) in edge_scc_exactly()
3901 static int edge_dst_scc_at_most(struct isl_sched_edge *edge, int scc) in edge_dst_scc_at_most()
3906 static int edge_src_scc_at_least(struct isl_sched_edge *edge, int scc) in edge_src_scc_at_least()
5963 struct isl_sched_graph *scc; member
6191 int scc = graph->node[g->order[i]].scc; in mark_merge_sccs() local
6218 static __isl_give isl_space *cluster_space(struct isl_sched_graph *scc, int i) in cluster_space()
6489 struct isl_sched_graph *scc; in compute_maxvar_max_slack() local
6529 struct isl_sched_graph *scc; in limit_maxvar_to_slack() local