Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
thorin::CFNode Class Reference

A Control-Flow Node. More...

#include <thorin/analyses/cfg.h>

Public Member Functions

 CFNode (Def *mut)
 
uint64_t gid () const
 
Defmut () const
 

Detailed Description

A Control-Flow Node.

Managed by CFA.

Definition at line 27 of file cfg.h.

Constructor & Destructor Documentation

◆ CFNode()

thorin::CFNode::CFNode ( Def mut)
inline

Definition at line 29 of file cfg.h.

Member Function Documentation

◆ gid()

uint64_t thorin::CFNode::gid ( ) const
inline

Definition at line 33 of file cfg.h.

◆ mut()

Def * thorin::CFNode::mut ( ) const
inline

Definition at line 34 of file cfg.h.

Referenced by thorin::Scheduler::late(), and thorin::operator<<().


The documentation for this class was generated from the following files: