Home
last modified time | relevance | path

Searched defs:newBlock (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Drpo.h57 void AddBasicBlockAfter(BasicBlock *curBlock, BasicBlock *newBlock) in AddBasicBlockAfter()
64 void AddBasicBlockBefore(BasicBlock *curBlock, BasicBlock *newBlock) in AddBasicBlockBefore()
Dloop_analyzer.h62 void ReplaceBackEdge(BasicBlock *block, BasicBlock *newBlock) in ReplaceBackEdge()
/arkcompiler/ets_frontend/ets2panda/test/utils/
Dnode_creator.h71 auto *newBlock = alloc_->New<ir::BlockStatement>(alloc_, std::move(tmp)); variable
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_update_function_declaration.cpp82 auto newBlock = g_impl->UpdateBlockStatement(g_ctx, block, stmts, 1); in FindVariableDeclaration() local
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.cpp241 auto *newBlock = CreateBlock(); in PushLocalFrame() local
402 RefBlock *newBlock = cachedBlock_; in CreateBlock() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp326 auto *newBlock = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerBlock() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts2838 …const newBlock = Autofixer.createBlock(parameters, values, ts.factory.createThis(), returnStatemen… constant
3691 …const newBlock = Autofixer.createBlock(parameters, values, ts.factory.createIdentifier(INSTANCE_ID… constant
3723 …const newBlock = Autofixer.createBlock(parameters, values, ts.factory.createIdentifier(INSTANCE_ID… constant
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp613 if (auto newBlock = GetLocalAllocator()->New<BasicBlockState>(GetLocalAllocator())) { in Initialize() local