Thorin 1.9.0
The Higher ORder INtermediate representation
Loading...
Searching...
No Matches
scope.h File Reference
#include "thorin/def.h"
#include "thorin/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  thorin::Scope
 A Scope represents a region of Defs that are live from the view of an entry's Var. More...
 

Namespaces

namespace  thorin
 

Typedefs

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