Searched refs:other_pos (Results 1 – 3 of 3) sorted by relevance
349 UsePosition* other_pos = other->first_pos(); in ShouldBeAllocatedBefore() local350 if (other_pos == NULL) return true; in ShouldBeAllocatedBefore()351 return pos->pos().Value() < other_pos->pos().Value(); in ShouldBeAllocatedBefore()
2736 QuickCheckDetails::Position* other_pos = other->positions(i); in Merge() local2737 if (pos->mask != other_pos->mask || in Merge()2738 pos->value != other_pos->value || in Merge()2739 !other_pos->determines_perfectly) { in Merge()2744 pos->mask &= other_pos->mask; in Merge()2746 other_pos->value &= pos->mask; in Merge()2747 uc16 differing_bits = (pos->value ^ other_pos->value); in Merge()
737 UsePosition* other_pos = other->first_pos(); in ShouldBeAllocatedBefore() local738 if (other_pos == nullptr) return true; in ShouldBeAllocatedBefore()739 return pos->pos() < other_pos->pos(); in ShouldBeAllocatedBefore()