MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
scope.h File Reference
#include "mim/def.h"
#include "mim/util/print.h"
Include dependency graph for scope.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mim::Scope
 A Scope represents a region of Defs that are live from the view of an entry's Var. More...
 

Namespaces

namespace  mim
 

Typedefs

Control Flow
using mim::F_CFG = CFG<true>
 
using mim::B_CFG = CFG<false>