MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
mim::CFNode Class Reference

A Control-Flow Node. More...

#include <mim/analyses/cfg.h>

Public Member Functions

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

Friends

class CFA
 
template<bool >
class CFG
 

Detailed Description

A Control-Flow Node.

Managed by CFA.

Definition at line 27 of file cfg.h.

Constructor & Destructor Documentation

◆ CFNode()

mim::CFNode::CFNode ( Def * mut)
inline

Definition at line 29 of file cfg.h.

Member Function Documentation

◆ gid()

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

Definition at line 33 of file cfg.h.

◆ mut()

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

Definition at line 34 of file cfg.h.

Referenced by mim::operator<<().

Friends And Related Symbol Documentation

◆ CFA

friend class CFA
friend

Definition at line 50 of file cfg.h.

◆ CFG

template<bool >
friend class CFG
friend

Definition at line 51 of file cfg.h.


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