Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Orig

297   const LiveInterval &Orig = LIS.getInterval(OrigReg);
298 assert(!Orig.empty() && "Splitting empty interval?");
299 LiveInterval::const_iterator I = Orig.find(Idx);
302 if (I != Orig.end() && I->start <= Idx)
306 return I != Orig.begin() && (--I)->end == Idx;