Home
last modified time | relevance | path

Searched defs:newBlock (Results 1 – 6 of 6) 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/unit/
Dnode_creator.h71 auto *newBlock = alloc_->New<ir::BlockStatement>(alloc_, std::move(tmp)); variable
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.cpp240 auto *newBlock = CreateBlock(); in PushLocalFrame() local
401 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/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp689 if (auto newBlock = GetLocalAllocator()->New<BasicBlockState>(GetLocalAllocator())) { in Initialize() local