Searched refs:IsGapPosition (Results 1 – 2 of 2) sorted by relevance
52 if (next.IsGapPosition()) return next < pos2; in ExistsGapPositionBetween()73 bool IsGapPosition() const { return (value_ & 0x2) == 0; } in IsGapPosition() function74 bool IsInstructionPosition() const { return !IsGapPosition(); } in IsInstructionPosition()218 if (end_.IsGapPosition() && end_.IsStart()) { in LastGapIndex()
383 if (pos.IsGapPosition()) { in operator <<()2177 DCHECK(curr_position.IsGapPosition()); in ProcessInstructions()2430 if (!pos->pos().IsGapPosition()) { in BuildLiveRanges()2589 if (next_pos.IsGapPosition()) { in SplitAndSpillRangesDefinedByMemoryOperand()2631 DCHECK(pos.IsStart() || pos.IsGapPosition() || in SplitRangeAt()3413 if (next_pos.IsGapPosition()) next_pos = next_pos.NextStart(); in TryReuseSpillForPhi()3872 if (pos.IsGapPosition()) { in ConnectRanges()