Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Orig

317   const LiveInterval &Orig = LIS.getInterval(OrigReg);
318 assert(!Orig.empty() && "Splitting empty interval?");
319 LiveInterval::const_iterator I = Orig.find(Idx);
322 if (I != Orig.end() && I->start <= Idx)
326 return I != Orig.begin() && (--I)->end == Idx;