Searched refs:LAST_GAP_POSITION (Results 1 – 5 of 5) sorted by relevance
62 for (; i <= Instruction::LAST_GAP_POSITION; i++) { in FindFirstNonEmptySlot()273 bool has_moves = i <= Instruction::LAST_GAP_POSITION; in CompressGaps()276 if (i == Instruction::LAST_GAP_POSITION) { in CompressGaps()278 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()282 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]); in CompressGaps()290 instruction->parallel_moves()[Instruction::LAST_GAP_POSITION]; in CompressGaps()
22 i <= Instruction::LAST_GAP_POSITION; i++) { in VerifyEmptyGaps()32 i <= Instruction::LAST_GAP_POSITION; i++) { in VerifyAllocatedGaps()
302 i <= Instruction::LAST_GAP_POSITION; i++) { in AreMovesRedundant()464 i <= Instruction::LAST_GAP_POSITION; i++) { in operator <<()
423 i <= Instruction::LAST_GAP_POSITION; i++) { in AssembleGaps()
891 LAST_GAP_POSITION = END enumerator