Searched refs:fDeclarationInstructions (Results 1 – 4 of 4) sorted by relevance
70 BlockInst* fDeclarationInstructions; member in CodeContainer361 fDeclarationInstructions->pushBackInst(inst); in pushDeclare()397 if (fDeclarationInstructions->fCode.size() > 0) { in generateDeclarations()398 fDeclarationInstructions->accept(visitor); in generateDeclarations()581 fDeclarationInstructions->merge(it->fDeclarationInstructions); in mergeSubContainers()585 it->fDeclarationInstructions->fCode.clear(); in mergeSubContainers()
51 fDeclarationInstructions(InstBuilder::genBlockInst()), in CodeContainer()400 global_block->merge(fDeclarationInstructions); in flattenFIR()
35 fDeclarationInstructions->fCode.sort(sortArrayDeclarations); in prepareFIR()164 fDeclarationInstructions->accept(&dsp_visitor); in produceClass()172 fDeclarationInstructions->accept(&control_visitor); in produceClass()212 if (fDeclarationInstructions->fCode.size() > 0) { in produceClass()219 fDeclarationInstructions->accept(&dsp_visitor1); in produceClass()227 fDeclarationInstructions->accept(&control_visitor1); in produceClass()1287 fDeclarationInstructions->accept(&dsp_visitor); in produceClass()1295 fDeclarationInstructions->accept(&control_visitor); in produceClass()1326 fDeclarationInstructions->accept(&dsp_visitor1); in produceClass()1334 fDeclarationInstructions->accept(&control_visitor1); in produceClass()[all …]
93 if (fDeclarationInstructions->fCode.size() > 0) { in dumpGlobalsAndInit()96 fDeclarationInstructions->accept(&visitor); in dumpGlobalsAndInit()