Searched refs:CmpReg2 (Results 1 – 1 of 1) sorted by relevance
381 unsigned CmpReg1 = 0, CmpReg2 = 0; in findInductionRegister() local383 bool CmpAnalyzed = TII->analyzeCompare(PredI, CmpReg1, CmpReg2, in findInductionRegister()400 if (CmpReg2 != 0) { in findInductionRegister()401 InductionMap::iterator F2 = IndMap.find(CmpReg2); in findInductionRegister()499 unsigned CmpReg1 = 0, CmpReg2 = 0; in getLoopTripCount() local501 bool AnalyzedCmp = TII->analyzeCompare(CondI, CmpReg1, CmpReg2, in getLoopTripCount()