acyclic.cc File Reference

#include "acyclic.h"
#include "components.h"
Include dependency graph for acyclic.cc:

Functions

bool isAcyclic (SDFgraph *g)

Function Documentation

bool isAcyclic ( SDFgraph g  ) 

isAcyclic () The function returns true of the SDF graph is acyclic. Else it returns false.

References component, and stronglyConnectedComponents().

Referenced by analyzeSDFG().

Here is the call graph for this function: