Searched refs:gap_pos (Results 1 – 2 of 2) sorted by relevance
1185 int gap_pos = pos.IsInstructionStart() ? (index - 1) : (index + 1); in GetConnectingParallelMove() local1186 return GapAt(gap_pos)->GetOrCreateParallelMove( in GetConnectingParallelMove()1187 (gap_pos < index) ? LGap::AFTER : LGap::BEFORE, chunk()->zone()); in GetConnectingParallelMove()
3839 Instruction::GapPosition gap_pos; in ConnectRanges() local3852 gap_pos = pos.IsStart() ? Instruction::START : Instruction::END; in ConnectRanges()3859 gap_pos = delay_insertion ? Instruction::END : Instruction::START; in ConnectRanges()3870 gap_pos, code_zone()); in ConnectRanges()