Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RAI

1180     for (MCRegAliasIterator RAI(Reg, TRI, /*IncludeSelf=*/true);
1181 RAI.isValid(); ++RAI) {
1182 if (MBB->isLiveIn(*RAI))
1183 return (*RAI == Reg) ? LQR_Live : LQR_OverlappingLive;