Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveIntervalUnion.h36 const IntervalMap<SlotIndex, LiveInterval*>::const_iterator &LUSeg) { in overlap() argument
37 return VRSeg.start < LUSeg.stop() && LUSeg.start() < VRSeg.end; in overlap()