#include <CGRA/utility/Functional.h>
#include <set>
#include <map>
#include <iostream>
Go to the source code of this file.
◆ acceptAllPaths()
◆ findSingleVertex()
template<typename VertexID >
auto findSingleVertex |
( |
VertexID |
v | ) |
|
◆ findVertexInSet()
template<typename VertexSet , typename VertexID >
auto findVertexInSet |
( |
const VertexSet & |
v_set, |
|
|
VertexID & |
vertex_found |
|
) |
| |
◆ makeReversedGraphFromFaninLists()
template<typename VertexID , typename Data >
auto makeReversedGraphFromFaninLists |
( |
Data * |
data | ) |
|
◆ visitAllVertices()
auto visitAllVertices |
( |
| ) |
|
|
inline |