Searched refs:FIRST_GAP_POSITION (Results 1 – 5 of 5) sorted by relevance
116 int i = Instruction::FIRST_GAP_POSITION; in FindFirstNonEmptySlot()331 std::swap(instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()333 } else if (i == Instruction::FIRST_GAP_POSITION) { in CompressGaps()335 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()342 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION]; in CompressGaps()
21 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyEmptyGaps()31 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyAllocatedGaps()
336 for (int i = Instruction::FIRST_GAP_POSITION; in GetPushCompatibleMoves()362 if (i == Instruction::FIRST_GAP_POSITION) { in GetPushCompatibleMoves()501 for (int i = Instruction::FIRST_GAP_POSITION; in AssembleGaps()
339 for (int i = Instruction::FIRST_GAP_POSITION; in AreMovesRedundant()504 for (int i = Instruction::FIRST_GAP_POSITION; in operator <<()
918 FIRST_GAP_POSITION = START, enumerator