Polly 19.0.0git
Functions
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_give isl_schedule_node * isl_scc_graph_decompose ( struct isl_scc_graph scc_graph,
__isl_take isl_schedule_node node 
)

◆ isl_scc_graph_dump()

void isl_scc_graph_dump ( struct isl_scc_graph scc_graph)

◆ isl_scc_graph_free()

struct isl_scc_graph * isl_scc_graph_free ( struct isl_scc_graph scc_graph)

◆ isl_scc_graph_from_sched_graph()

struct isl_scc_graph * isl_scc_graph_from_sched_graph ( isl_ctx ctx,
struct isl_sched_graph graph,
struct isl_clustering c 
)