HomeSort by: relevance | last modified time | path
    Searched refs:isl_scc_graph (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/
isl_scheduler_scc.h 9 struct isl_scc_graph;
11 struct isl_scc_graph *isl_scc_graph_from_sched_graph(isl_ctx *ctx,
14 struct isl_scc_graph *scc_graph, __isl_take isl_schedule_node *node);
15 struct isl_scc_graph *isl_scc_graph_free(struct isl_scc_graph *scc_graph);
17 void isl_scc_graph_dump(struct isl_scc_graph *scc_graph);
isl_scheduler_scc.c 27 * "n" is the number of SCCs in the isl_scc_graph, which may be
29 * "graph_scc" maps the local index of an SCC in this isl_scc_graph
57 * in this isl_scc_graph. Each table contains the local indices
63 struct isl_scc_graph { struct
84 struct isl_scc_graph *scc_graph;
106 void isl_scc_graph_dump(struct isl_scc_graph *scc_graph)
135 struct isl_scc_graph *isl_scc_graph_free(struct isl_scc_graph *scc_graph)
171 static void *isl_scc_graph_encode_local_index(struct isl_scc_graph *scc_graph,
180 static int isl_scc_graph_local_index(struct isl_scc_graph *scc_graph, int *data
    [all...]
isl_scheduler_clustering.c 1445 * Construct an isl_scc_graph and perform the decomposition
1453 struct isl_scc_graph *scc_graph;

Completed in 25 milliseconds