Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp179 auto &curBlock = GetBasicBlockById(blockId); in BuildRegions() local
201 auto &curBlock = GetBasicBlockById(curIndex); in BuildRegions() local
543 bool BytecodeCircuitBuilder::ShouldBeDead(BytecodeRegion &curBlock) in ShouldBeDead()