Searched refs:LAST_GAP_POSITION (Results 1 – 5 of 5) sorted by relevance
117 for (; i <= Instruction::LAST_GAP_POSITION; i++) { in FindFirstNonEmptySlot()327 bool has_moves = i <= Instruction::LAST_GAP_POSITION; in CompressGaps()330 if (i == Instruction::LAST_GAP_POSITION) { in CompressGaps()332 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()336 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()344 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]; in CompressGaps()
24 i <= Instruction::LAST_GAP_POSITION; i++) { in VerifyEmptyGaps()34 i <= Instruction::LAST_GAP_POSITION; i++) { in VerifyAllocatedGaps()
343 i <= Instruction::LAST_GAP_POSITION; ++i) { in GetPushCompatibleMoves()524 i <= Instruction::LAST_GAP_POSITION; i++) { in AssembleGaps()
351 i <= Instruction::LAST_GAP_POSITION; i++) { in AreMovesRedundant()518 i <= Instruction::LAST_GAP_POSITION; i++) { in operator <<()
922 LAST_GAP_POSITION = END enumerator