Polly 22.0.0git
isl_scheduler_scc.h File Reference
#include <isl/ctx.h>
#include "isl_scheduler.h"
#include "isl_scheduler_clustering.h"

Go to the source code of this file.

Functions

struct isl_scc_graphisl_scc_graph_from_sched_graph (isl_ctx *ctx, struct isl_sched_graph *graph, struct isl_clustering *c)
__isl_give isl_schedule_nodeisl_scc_graph_decompose (struct isl_scc_graph *scc_graph, __isl_take isl_schedule_node *node)
struct isl_scc_graphisl_scc_graph_free (struct isl_scc_graph *scc_graph)
void isl_scc_graph_dump (struct isl_scc_graph *scc_graph)

Function Documentation

◆ isl_scc_graph_decompose()

◆ isl_scc_graph_dump()

◆ isl_scc_graph_free()

◆ isl_scc_graph_from_sched_graph()