Searched refs:firstUse (Results 1 – 1 of 1) sorted by relevance
40 auto firstUse = accessor_.ConstUses(stateEntry_).begin(); in ProcessJumpTable() local44 while (accessor_.GetOpCode(*firstUse) == OpCode::STATE_SPLIT) { in ProcessJumpTable()45 firstUse++; in ProcessJumpTable()47 accessor_.ReplaceStateIn(*firstUse, ifTrueCondition); in ProcessJumpTable()