Searched refs:IsGapPosition (Results 1 – 2 of 2) sorted by relevance
57 if (next.IsGapPosition()) return next < pos2; in ExistsGapPositionBetween()78 bool IsGapPosition() const { return (value_ & 0x2) == 0; } in IsGapPosition() function79 bool IsInstructionPosition() const { return !IsGapPosition(); } in IsInstructionPosition()432 if (end_.IsGapPosition() && end_.IsStart()) { in LastGapIndex()
280 if (pos.IsGapPosition()) { in operator <<()2277 DCHECK(curr_position.IsGapPosition()); in ProcessInstructions()2544 if (!pos->pos().IsGapPosition()) { in BuildLiveRanges()2831 if (next_pos.IsGapPosition()) { in SplitAndSpillRangesDefinedByMemoryOperand()2867 DCHECK(pos.IsStart() || pos.IsGapPosition() || in SplitRangeAt()4214 pos.IsGapPosition() ? pos : pos.FullStart().End(); in TryAllocateFreeReg()4521 if (next_pos.IsGapPosition()) next_pos = next_pos.NextStart(); in TryReuseSpillForPhi()5044 if (pos.IsGapPosition()) { in ConnectRanges()