Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CSR

579   for (const uint16_t *CSR = TRI->getCalleeSavedRegs(MF); CSR && *CSR; ++CSR)
580 BV.set(*CSR);