Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SuperRC

994     const TargetRegisterClass *SuperRC = TRI->getRegClass(i);
996 if (SuperRC->getSize() <= BestRC->getSize())
998 if (!isLegalRC(SuperRC))
1000 BestRC = SuperRC;