Searched defs:newBlock (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | rpo.h | 57 void AddBasicBlockAfter(BasicBlock *curBlock, BasicBlock *newBlock) in AddBasicBlockAfter() 64 void AddBasicBlockBefore(BasicBlock *curBlock, BasicBlock *newBlock) in AddBasicBlockBefore()
|
| D | loop_analyzer.h | 62 void ReplaceBackEdge(BasicBlock *block, BasicBlock *newBlock) in ReplaceBackEdge()
|
| /arkcompiler/ets_frontend/ets2panda/test/utils/ |
| D | node_creator.h | 71 auto *newBlock = alloc_->New<ir::BlockStatement>(alloc_, std::move(tmp)); variable
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_update_function_declaration.cpp | 82 auto newBlock = g_impl->UpdateBlockStatement(g_ctx, block, stmts, 1); in FindVariableDeclaration() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| D | reference_storage.cpp | 241 auto *newBlock = CreateBlock(); in PushLocalFrame() local 402 RefBlock *newBlock = cachedBlock_; in CreateBlock() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_lower.cpp | 326 auto *newBlock = mirModule.CurFuncCodeMemPool()->New<BlockNode>(); in LowerBlock() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 2838 …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/ |
| D | escape.cpp | 613 if (auto newBlock = GetLocalAllocator()->New<BasicBlockState>(GetLocalAllocator())) { in Initialize() local
|