Searched refs:LUSeg (Results 1 – 1 of 1) sorted by relevance
36 const IntervalMap<SlotIndex, LiveInterval*>::const_iterator &LUSeg) { in overlap() argument37 return VRSeg.start < LUSeg.stop() && LUSeg.start() < VRSeg.end; in overlap()