Searched refs:fGlobalDeclarationInstructions (Results 1 – 7 of 7) sorted by relevance
69 BlockInst* fGlobalDeclarationInstructions; member in CodeContainer368 fGlobalDeclarationInstructions->pushBackInst(inst); in pushGlobalDeclare()390 if (fGlobalDeclarationInstructions->fCode.size() > 0) { in generateGlobalDeclarations()391 fGlobalDeclarationInstructions->accept(visitor); in generateGlobalDeclarations()580 fGlobalDeclarationInstructions->merge(it->fGlobalDeclarationInstructions); in mergeSubContainers()583 it->fGlobalDeclarationInstructions->fCode.clear(); in mergeSubContainers()
50 fGlobalDeclarationInstructions(InstBuilder::genBlockInst()), in CodeContainer()399 global_block->merge(fGlobalDeclarationInstructions); in flattenFIR()
135 for (const auto& it : fGlobalDeclarationInstructions->fCode) { in produceClass()149 for (const auto& it : fGlobalDeclarationInstructions->fCode) { in produceClass()160 for (const auto& it : fGlobalDeclarationInstructions->fCode) { in produceClass()
87 if (fGlobalDeclarationInstructions->fCode.size() > 0) { in dumpGlobalsAndInit()89 fGlobalDeclarationInstructions->accept(&firvisitor); in dumpGlobalsAndInit()
248 if (fGlobalDeclarationInstructions->fCode.size() > 0) { in produceClass()
767 MoveVariablesInFront3().getCode(fGlobalDeclarationInstructions)->accept(fCodeProducer); in produceClass()
938 MoveVariablesInFront3().getCode(fGlobalDeclarationInstructions)->accept(fCodeProducer); in produceClass()