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/
H A Drpo.h57 void AddBasicBlockAfter(BasicBlock *curBlock, BasicBlock *newBlock) in AddBasicBlockAfter() argument
64 void AddBasicBlockBefore(BasicBlock *curBlock, BasicBlock *newBlock) in AddBasicBlockBefore() argument
71 void AddVectorAfter(BasicBlock *curBlock, const ArenaVector<BasicBlock *> &newVector) in AddVectorAfter() argument
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H A Dreference_storage.cpp115 RefBlock *curBlock = nullptr; in NewRef() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_circuit_builder.cpp318 auto &curBlock = GetBasicBlockById(blockId); in BuildBasicBlock() local
360 auto &curBlock = GetBasicBlockById(curIndex); in BuildRegions() local
[all...]
H A Dframe_states.cpp1069 auto &curBlock = bcBuilder_->GetBasicBlockById(cur); in PropagateLoopBody() local

Completed in 6 milliseconds