Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SuperRC

851     const TargetRegisterClass *SuperRC = TRI->getRegClass(i);
853 if (SuperRC->getSize() <= BestRC->getSize())
855 if (!isLegalRC(SuperRC))
857 BestRC = SuperRC;