Home | History | Annotate | Download | only in CodeGen

Lines Matching full:supers

247     for (MCSuperRegIterator Supers(*Roots, TRI, /*IncludeSelf=*/true);
248 Supers.isValid(); ++Supers) {
249 if (!MRI->reg_empty(*Supers))
250 LRCalc->createDeadDefs(LI, *Supers);
257 for (MCSuperRegIterator Supers(*Roots, TRI, /*IncludeSelf=*/true);
258 Supers.isValid(); ++Supers) {
259 unsigned Reg = *Supers;