Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dcompile_vect.cpp88 if (fClass->getLoopProperty(sig, ls)) { in CS()
93 } else if (isSigDelay(sig, x, d) && fClass->getLoopProperty(x, ls)) { in CS()
97 } else if (isSigDelay(sig, x, d) && isProj(x, &i, r) && fClass->getLoopProperty(r, ls)) { in CS()
101 } else if (isProj(sig, &i, r) && fClass->getLoopProperty(r, ls)) { in CS()
185 } else if (fClass->getLoopProperty(x, l2)) { in generateLoopCode()
H A Ddag_instructions_compiler.cpp163 if (fContainer->getLoopProperty(sig, ls)) { in CS()
168 } else if (isSigDelay(sig, x, d) && fContainer->getLoopProperty(x, ls)) { in CS()
172 … } else if (isSigDelay(sig, x, d) && isProj(x, &i, r) && fContainer->getLoopProperty(r, ls)) { in CS()
176 if (isProj(sig, &i, r) && fContainer->getLoopProperty(r, ls)) { in CS()
259 } else if (fContainer->getLoopProperty(x, l2)) { in generateLoopCode()
H A Dklass.hh136 bool getLoopProperty(Tree sig, Loop*& l); ///< Returns the loop used to compute a signal
H A Dcode_container.cpp96 bool CodeContainer::getLoopProperty(Tree sig, CodeLoop*& l) in getLoopProperty() function in CodeContainer
107 if (getLoopProperty(sig, l)) { in listAllLoopProperties()
H A Dklass.cpp64 bool Klass::getLoopProperty(Tree sig, Loop*& l) in getLoopProperty() function in Klass
95 if (getLoopProperty(sig, l)) { in listAllLoopProperties()
H A Dcode_container.hh221 bool getLoopProperty(Tree sig, CodeLoop*& l); ///< Returns the loop used to compute a signal