Home
last modified time | relevance | path

Searched refs:other_hint (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dlifetime.h285 VRegLifetime* other_hint = other->FindMoveHint(); in SetMoveHint() local
287 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()