Searched refs:IsGapPosition (Results 1 – 2 of 2) sorted by relevance
51 if (next.IsGapPosition()) return next < pos2; in ExistsGapPositionBetween()72 bool IsGapPosition() const { return (value_ & 0x2) == 0; } in IsGapPosition() function73 bool IsInstructionPosition() const { return !IsGapPosition(); } in IsInstructionPosition()217 if (end_.IsGapPosition() && end_.IsStart()) { in LastGapIndex()
386 if (pos.IsGapPosition()) { in operator <<()2167 DCHECK(curr_position.IsGapPosition()); in ProcessInstructions()2414 if (!pos->pos().IsGapPosition()) { in BuildLiveRanges()2571 if (next_pos.IsGapPosition()) { in SplitAndSpillRangesDefinedByMemoryOperand()2613 DCHECK(pos.IsStart() || pos.IsGapPosition() || in SplitRangeAt()3407 if (next_pos.IsGapPosition()) next_pos = next_pos.NextStart(); in TryReuseSpillForPhi()3851 if (pos.IsGapPosition()) { in ConnectRanges()