Searched refs:other_pos (Results 1 – 2 of 2) sorted by relevance
1774 QuickCheckDetails::Position* other_pos = other->positions(i); in Merge() local1775 if (pos->mask != other_pos->mask || pos->value != other_pos->value || in Merge()1776 !other_pos->determines_perfectly) { in Merge()1781 pos->mask &= other_pos->mask; in Merge()1783 other_pos->value &= pos->mask; in Merge()1784 uint32_t differing_bits = (pos->value ^ other_pos->value); in Merge()
688 UsePosition* other_pos = other->first_pos(); in ShouldBeAllocatedBefore() local690 if (pos == other_pos) return TopLevel()->vreg() < other->TopLevel()->vreg(); in ShouldBeAllocatedBefore()692 if (other_pos == nullptr) return true; in ShouldBeAllocatedBefore()694 if (pos->pos() == other_pos->pos()) in ShouldBeAllocatedBefore()696 return pos->pos() < other_pos->pos(); in ShouldBeAllocatedBefore()