Home
last modified time | relevance | path

Searched defs:curBlock (Results 1 – 4 of 4) 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()
71 void AddVectorAfter(BasicBlock *curBlock, const ArenaVector<BasicBlock *> &newVector) in AddVectorAfter()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp316 auto &curBlock = GetBasicBlockById(blockId); in BuildBasicBlock() local
358 auto &curBlock = GetBasicBlockById(curIndex); in BuildRegions() local
550 auto &curBlock = RegionAt(i); in RemoveInsufficientProfileRegion() local
609 void MarkConnection(const BytecodeRegion& curBlock, std::vector<bool>& connectedToRoot) in MarkConnection()
633 auto& curBlock = RegionAt(index); in RemoveIsolatedRegion() local
Dframe_states.cpp1113 auto &curBlock = bcBuilder_->GetBasicBlockById(cur); in PropagateLoopBody() local
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.cpp115 RefBlock *curBlock = nullptr; in NewRef() local