Home
last modified time | relevance | path

Searched refs:gGroupTaskSwitch (Results 1 – 5 of 5) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dklass.cpp362 if (gGlobal->gGroupTaskSwitch) { in buildTasksList()
481 if (gGlobal->gGroupTaskSwitch) { in printLoopGraphVector()
516 if (gGlobal->gGroupTaskSwitch) { in printLoopGraphOpenMP()
538 if (gGlobal->gGroupTaskSwitch) { in printLoopGraphScheduler()
H A Dcode_container.cpp378 if (gGlobal->gGroupTaskSwitch) { in processFIR()
/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.cpp138 gGroupTaskSwitch = false; in global()
661 …<< "-vs " << gVecSize << " " << ((gFunTaskSwitch) ? "-fun " : "") << ((gGroupTaskSwitch) ? "-g " :… in printCompilationOptions()
H A Dglobal.hh132 bool gGroupTaskSwitch; member
H A Dlibcode.cpp471 gGlobal->gGroupTaskSwitch = true; in processCmdline()