Searched refs:FIRST_GAP_POSITION (Results 1 – 6 of 6) sorted by relevance
113 int i = Instruction::FIRST_GAP_POSITION; in FindFirstNonEmptySlot()328 std::swap(instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()330 } else if (i == Instruction::FIRST_GAP_POSITION) { in CompressGaps()332 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()339 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION]; in CompressGaps()
22 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyEmptyGaps()31 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyAllocatedGaps()
575 for (int i = Instruction::FIRST_GAP_POSITION; in GetPushCompatibleMoves()598 if (i == Instruction::FIRST_GAP_POSITION) { in GetPushCompatibleMoves()856 for (int i = Instruction::FIRST_GAP_POSITION; in AssembleGaps()
367 for (int i = Instruction::FIRST_GAP_POSITION; in AreMovesRedundant()503 for (int i = Instruction::FIRST_GAP_POSITION; in operator <<()
994 FIRST_GAP_POSITION = START, enumerator
1232 for (int i = Instruction::FIRST_GAP_POSITION; in operator <<()1234 if (i != Instruction::FIRST_GAP_POSITION) os << ","; in operator <<()