FAUST compiler  0.9.9.6b8
colorize.h
Go to the documentation of this file.
1 #ifndef __COLORIZE__
2 #define __COLORIZE__
3 
4 #include <set>
5 #include <algorithm>
6 #include <iterator>
7 
8 #include "tlib.hh"
9 
10 void splitDependance(const set<Tree>& exps, set<Tree>& post, set<Tree>& pre);
11 
12 #endif
void splitDependance(const set< Tree > &exps, set< Tree > &post, set< Tree > &pre)
Analyze a set of expressions to discover its dependencies that is subexpressions common to at least t...
Definition: colorize.cpp:28