Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Units

1003         for (MCRegUnitIterator Units(Reg, TRI); Units.isValid(); ++Units) {
1004 if (const LiveInterval *LI = LiveInts->getCachedRegUnit(*Units)) {
1008 *OS << UseIdx << " is not live in " << PrintRegUnit(*Units, TRI)
1013 *OS << PrintRegUnit(*Units, TRI) << ' ' << *LI << '\n';