Searched refs:CmpR1 (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()484 if (CmpR1 && MRI->getRegClass(CmpR1) != DoubleRC) in collectIndRegsForLoop()485 CmpR1 = 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()528 Rs.insert(CmpR1); in collectIndRegsForLoop()