Home | History | Annotate | Download | only in src

Lines Matching defs:ShouldBeAllocatedBefore

340 bool LiveRange::ShouldBeAllocatedBefore(const LiveRange* other) const {
1652 if (range->ShouldBeAllocatedBefore(cur_range)) {
1674 DCHECK(!(*a)->ShouldBeAllocatedBefore(*b) ||
1675 !(*b)->ShouldBeAllocatedBefore(*a));
1676 if ((*a)->ShouldBeAllocatedBefore(*b)) return 1;
1677 if ((*b)->ShouldBeAllocatedBefore(*a)) return -1;