Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
cfg.h File Reference
#include <vector>
#include "thorin/analyses/scope.h"
#include "thorin/util/indexmap.h"
#include "thorin/util/indexset.h"
#include "thorin/util/print.h"
#include "thorin/util/span.h"
Include dependency graph for cfg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  thorin::CFNode
 A Control-Flow Node. More...
 
class  thorin::CFA
 Control Flow Analysis. More...
 
class  thorin::CFG< forward >
 A Control-Flow Graph. More...
 

Namespaces

namespace  thorin
 

Typedefs

Control Flow
using thorin::CFNodes = GIDSet< const CFNode * >
 

Functions

std::ostream operator
std::ostream & thorin::operator<< (std::ostream &, const CFNode *)