Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Orig

267   const LiveInterval &Orig = LIS.getInterval(OrigReg);
268 assert(!Orig.empty() && "Splitting empty interval?");
269 LiveInterval::const_iterator I = Orig.find(Idx);
272 if (I != Orig.end() && I->start <= Idx)
276 return I != Orig.begin() && (--I)->end == Idx;