Searched refs:FIRST_GAP_POSITION (Results 1 – 5 of 5) sorted by relevance
61 int i = Instruction::FIRST_GAP_POSITION; in FindFirstNonEmptySlot()277 std::swap(instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()279 } else if (i == Instruction::FIRST_GAP_POSITION) { in CompressGaps()281 instruction->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressGaps()288 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()
301 for (int i = Instruction::FIRST_GAP_POSITION; in AreMovesRedundant()463 for (int i = Instruction::FIRST_GAP_POSITION; in operator <<()
422 for (int i = Instruction::FIRST_GAP_POSITION; in AssembleGaps()
890 FIRST_GAP_POSITION = START, enumerator