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

Functions exported by the inlining module. More...

#include <memory>
#include <ast/exp.hh>
#include <inlining/libinlining.hh>
#include <inlining/inliner.hh>
#include <inlining/pruner.hh>
#include <desugar/libdesugar.hh>
Include dependency graph for libinlining.cc:

Namespaces

namespace  inlining
 Inlining functions of an ast::Ast.

Functions

template<typename A >
A * inlining::inline_expand (const A &tree)
template ast::DecsListinlining::inline_expand (const ast::DecsList &)
template<typename A >
A * inlining::prune (const A &tree)
template ast::DecsListinlining::prune (const ast::DecsList &)

Detailed Description

Functions exported by the inlining module.