Home
last modified time | relevance | path

Searched refs:fEnclosingLoop (Results 1 – 6 of 6) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/parallelize/
H A Dcode_loop.hh68 CodeLoop* const fEnclosingLoop; ///< Loop from which this one originated member in CodeLoop
109 fEnclosingLoop(encl), in CodeLoop()
125 fEnclosingLoop(encl), in CodeLoop()
H A Dloop.cpp82 fEnclosingLoop(encl), in Loop()
99 fEnclosingLoop(encl), in Loop()
118 while (l && isNil(setIntersection(l->fRecSymbolSet, S))) l = l->fEnclosingLoop; in hasRecDependencyIn()
H A Dloop.hh52 Loop* const fEnclosingLoop; ///< Loop from which this one originated member
H A Dcode_loop.cpp167 while (l && isNil(setIntersection(l->fRecSymbolSet, S))) l = l->fEnclosingLoop; in hasRecDependencyIn()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dcode_container.cpp156 fCurLoop = l->fEnclosingLoop; in closeLoop()
H A Dklass.cpp125 fTopLoop = l->fEnclosingLoop; in closeLoop()