Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:SuperRC

854     const TargetRegisterClass *SuperRC = TRI->getRegClass(i);
856 if (SuperRC->getSize() <= BestRC->getSize())
858 if (!isLegalRC(SuperRC))
860 BestRC = SuperRC;