MimIR 0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
looptree.h File Reference
#include <vector>
#include <fe/cast.h>
#include "mim/analyses/cfg.h"
Include dependency graph for looptree.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mim::LoopTree< forward >
 Calculates a loop nesting forest rooted at LoopTree::root_. More...
 
class  mim::LoopTree< forward >::Base
 Represents a node of a loop nesting forest. More...
 
class  mim::LoopTree< forward >::Head
 A Head owns further nodes as children. More...
 
class  mim::LoopTree< forward >::Leaf
 A Leaf only holds a single CFNode and does not have any children. More...
 

Namespaces

namespace  mim