Home
last modified time | relevance | path

Searched refs:firstUse (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp40 auto firstUse = accessor_.ConstUses(stateEntry_).begin(); in ProcessJumpTable() local
44 while (accessor_.GetOpCode(*firstUse) == OpCode::STATE_SPLIT) { in ProcessJumpTable()
45 firstUse++; in ProcessJumpTable()
47 accessor_.ReplaceStateIn(*firstUse, ifTrueCondition); in ProcessJumpTable()