Searched refs:CmpR2 (Results 1 – 1 of 1) sorted by relevance
474 unsigned CmpR1 = 0, CmpR2 = 0; in collectIndRegsForLoop() local480 bool OkCI = TII->analyzeCompare(CmpI, CmpR1, CmpR2, Mask, Val); in collectIndRegsForLoop()486 if (CmpR2 && MRI->getRegClass(CmpR2) != DoubleRC) in collectIndRegsForLoop()487 CmpR2 = 0; in collectIndRegsForLoop()488 if (!CmpR1 && !CmpR2) in collectIndRegsForLoop()511 auto NoIndOp = [this, CmpR1, CmpR2] (unsigned R) -> bool { in collectIndRegsForLoop()521 if (T == CmpR1 || T == CmpR2) in collectIndRegsForLoop()529 Rs.insert(CmpR2); in collectIndRegsForLoop()