Searched refs:FIRST_GAP_POSITION (Results 1 – 5 of 5) sorted by relevance
53 for (int i = Instruction::GapPosition::FIRST_GAP_POSITION; in GapsCanMoveOver()69 int i = Instruction::FIRST_GAP_POSITION; in FindFirstNonEmptySlot()161 std::swap(instr->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressBlock()163 } else if (i == Instruction::FIRST_GAP_POSITION) { in CompressBlock()164 CompressMoves(instr->parallel_moves()[Instruction::FIRST_GAP_POSITION], in CompressBlock()171 instr->parallel_moves()[Instruction::FIRST_GAP_POSITION]; in CompressBlock()
21 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyEmptyGaps()31 for (int i = Instruction::FIRST_GAP_POSITION; in VerifyAllocatedGaps()369 for (int i = Instruction::FIRST_GAP_POSITION; in RunGaps()
291 for (int i = Instruction::FIRST_GAP_POSITION; in AreMovesRedundant()459 for (int i = Instruction::FIRST_GAP_POSITION; in operator <<()
349 for (int i = Instruction::FIRST_GAP_POSITION; in AssembleGaps()
790 FIRST_GAP_POSITION = START, enumerator