Searched refs:other_pos (Results 1 – 3 of 3) sorted by relevance
346 UsePosition* other_pos = other->first_pos(); in ShouldBeAllocatedBefore() local347 if (other_pos == NULL) return true; in ShouldBeAllocatedBefore()348 return pos->pos().Value() < other_pos->pos().Value(); in ShouldBeAllocatedBefore()
2723 QuickCheckDetails::Position* other_pos = other->positions(i); in Merge() local2724 if (pos->mask != other_pos->mask || in Merge()2725 pos->value != other_pos->value || in Merge()2726 !other_pos->determines_perfectly) { in Merge()2731 pos->mask &= other_pos->mask; in Merge()2733 other_pos->value &= pos->mask; in Merge()2734 uc16 differing_bits = (pos->value ^ other_pos->value); in Merge()
343 UsePosition* other_pos = other->first_pos(); in ShouldBeAllocatedBefore() local344 if (other_pos == NULL) return true; in ShouldBeAllocatedBefore()345 return pos->pos().Value() < other_pos->pos().Value(); in ShouldBeAllocatedBefore()