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

Definition of canon::BasicBlock. More...

#include <iterator>
#include <algorithm>
#include <iosfwd>
#include <temp/fwd.hh>
#include <tree/fwd.hh>
#include <temp/label.hh>
#include <canon/basic-block.hxx>
Include dependency graph for basic-block.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  canon::BasicBlock
 A location independent piece of tree::Tree code. More...

Namespaces

namespace  canon
 Simplification of tree::Tree code.

Functions

std::ostream & canon::operator<< (std::ostream &ostr, const BasicBlock &block)
 Report block on ostr.

Detailed Description

Definition of canon::BasicBlock.