Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dcode_container.hh75 BlockInst* fClearInstructions; member in CodeContainer
422 if (fClearInstructions->fCode.size() > 0) { in generateClear()
423 fClearInstructions->accept(visitor); in generateClear()
494 fClearInstructions->pushBackInst(inst); in pushClearMethod()
H A Dcode_container.cpp54 fClearInstructions(InstBuilder::genBlockInst()), in CodeContainer()
406 global_block->merge(fClearInstructions); in flattenFIR()
626 block->pushBackInst(fClearInstructions); in generateInstanceClear()
691 init_block->pushBackInst(fClearInstructions); in generateInstanceInitFun()
/dports/audio/faust/faust-2.37.3/compiler/generator/fir/
H A Dfir_code_container.cpp127 if (fClearInstructions->fCode.size() > 0) { in dumpGlobalsAndInit()
129 fClearInstructions->accept(&firvisitor); in dumpGlobalsAndInit()
/dports/audio/faust/faust-2.37.3/compiler/generator/wasm/
H A Dwasm_code_container.cpp145 BlockInst* renamed = DspRenamer().getCode(fClearInstructions); in generateInstanceClear()
210 init_block->pushBackInst(MoveVariablesInFront3().getCode(fClearInstructions)); in generateInstanceInitFun()
H A Dwast_code_container.cpp140 init_block->pushBackInst(MoveVariablesInFront3().getCode(fClearInstructions)); in generateInstanceInitFun()
252 generateWASTBlock(DspRenamer().getCode(fClearInstructions)); in produceClass()