LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
traces.cc File Reference

Composing traces from canon::BasicBlock's. More...

#include <iostream>
#include <map>
#include <algorithm>
#include <functional>
#include <misc/contract.hh>
#include <misc/indent.hh>
#include <temp/fwd.hh>
#include <temp/identifier.hh>
#include <temp/label.hh>
#include <tree/all.hh>
#include <canon/traces.hh>
Include dependency graph for traces.cc:

Classes

struct  canon::jump_name_p
 Is tree a JUMP(NAME())? This is a predicate. More...
struct  canon::label_to_p
 Is tree a LABEL pointing to label? More...

Namespaces

namespace  canon
 Simplification of tree::Tree code.

Detailed Description

Composing traces from canon::BasicBlock's.