Home | History | Annotate | Download | only in src

Lines Matching refs:ShouldBeAllocatedBefore

365 bool LiveRange::ShouldBeAllocatedBefore(const LiveRange* other) const {
1650 if (range->ShouldBeAllocatedBefore(cur_range)) {
1672 ASSERT(!(*a)->ShouldBeAllocatedBefore(*b) ||
1673 !(*b)->ShouldBeAllocatedBefore(*a));
1674 if ((*a)->ShouldBeAllocatedBefore(*b)) return 1;
1675 if ((*b)->ShouldBeAllocatedBefore(*a)) return -1;