Searched refs:CmpR2 (Results 1 – 1 of 1) sorted by relevance
461 unsigned CmpR1 = 0, CmpR2 = 0; in collectIndRegsForLoop() local467 bool OkCI = TII->analyzeCompare(*CmpI, CmpR1, CmpR2, Mask, Val); in collectIndRegsForLoop()473 if (CmpR2 && MRI->getRegClass(CmpR2) != DoubleRC) in collectIndRegsForLoop()474 CmpR2 = 0; in collectIndRegsForLoop()475 if (!CmpR1 && !CmpR2) in collectIndRegsForLoop()498 auto NoIndOp = [this, CmpR1, CmpR2] (unsigned R) -> bool { in collectIndRegsForLoop()508 if (T == CmpR1 || T == CmpR2) in collectIndRegsForLoop()516 Rs.insert(CmpR2); in collectIndRegsForLoop()