Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:QR

1503     RegisterRef QR = I->Addr->getRegRef();
1504 auto AliasQR = [QR,this] (RegisterRef RR) -> bool {
1505 return RAI.alias(QR, RR);
1507 bool PrecUp = RAI.covers(QR, RR);
1532 Defs.insert(QR);