Searched refs:other_hint (Results 1 – 1 of 1) sorted by relevance
285 VRegLifetime* other_hint = other->FindMoveHint(); in SetMoveHint() local287 if (hint->begin() > other_hint->begin()) { in SetMoveHint()288 hint->move_hint_ = other_hint; in SetMoveHint()289 } else if (other_hint != hint) { in SetMoveHint()290 other_hint->move_hint_ = hint; in SetMoveHint()