Searched refs:other_pos (Results 1 – 2 of 2) sorted by relevance
2123 QuickCheckDetails::Position* other_pos = other->positions(i); in Merge() local2124 if (pos->mask != other_pos->mask || in Merge()2125 pos->value != other_pos->value || in Merge()2126 !other_pos->determines_perfectly) { in Merge()2131 pos->mask &= other_pos->mask; in Merge()2133 other_pos->value &= pos->mask; in Merge()2134 uc16 differing_bits = (pos->value ^ other_pos->value); in Merge()
371 UsePosition* other_pos = other->first_pos(); in ShouldBeAllocatedBefore() local372 if (other_pos == NULL) return true; in ShouldBeAllocatedBefore()373 return pos->pos().Value() < other_pos->pos().Value(); in ShouldBeAllocatedBefore()