Home
last modified time | relevance | path

Searched refs:other_start (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Dir3_ra.c770 physreg_t other_start = other_interval->physreg_start; in check_dst_overlap() local
773 if (other_end > start && end > other_start) in check_dst_overlap()
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc674 LifetimePosition other_start = other->Start(); in ShouldBeAllocatedBefore() local
675 if (start == other_start) { in ShouldBeAllocatedBefore()
698 return start < other_start; in ShouldBeAllocatedBefore()