Home | History | Annotate | Download | only in TableGen

Lines Matching full:roots

554     ArrayRef<const CodeGenRegister*> Roots = RU.getRoots();
555 for (unsigned ri = 0, re = Roots.size(); ri != re; ++ri) {
556 const CodeGenRegister *Root = Roots[ri];