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()
23 i <= Instruction::LAST_GAP_POSITION; i++) { in VerifyEmptyGaps()32 i <= Instruction::LAST_GAP_POSITION; i++) { in VerifyAllocatedGaps()
363 i <= Instruction::LAST_GAP_POSITION; i++) { in AreMovesRedundant()529 i <= Instruction::LAST_GAP_POSITION; i++) { in operator <<()
503 i <= Instruction::LAST_GAP_POSITION; ++i) { in GetPushCompatibleMoves()769 i <= Instruction::LAST_GAP_POSITION; i++) { in AssembleGaps()
925 LAST_GAP_POSITION = END enumerator