|
FAUST compiler
0.9.9.6b8
|
#include <loopDetector.hh>
Public Member Functions | |
| loopDetector (int buffersize, int checkperiod) | |
| bool | detect (Tree t) |
Private Attributes | |
| const int | fBuffersize |
| const int | fCheckperiod |
| vector< Tree > | fBuffer |
| int | fPhase |
Definition at line 41 of file loopDetector.hh.
|
inline |
Definition at line 49 of file loopDetector.hh.
| bool loopDetector::detect | ( | Tree | t | ) |
Definition at line 4 of file loopDetector.cpp.
References fBuffer, fBuffersize, fCheckperiod, and fPhase.
Referenced by eval().

|
private |
Definition at line 45 of file loopDetector.hh.
Referenced by detect().
|
private |
Definition at line 43 of file loopDetector.hh.
Referenced by detect().
|
private |
Definition at line 44 of file loopDetector.hh.
Referenced by detect().
|
private |
Definition at line 46 of file loopDetector.hh.
Referenced by detect().
1.8.7