Searched refs:CmpReg1 (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()395 if (CmpReg1 != 0) { in findInductionRegister()396 InductionMap::iterator F1 = IndMap.find(CmpReg1); in findInductionRegister()499 unsigned CmpReg1 = 0, CmpReg2 = 0; in getLoopTripCount() local501 bool AnalyzedCmp = TII->analyzeCompare(CondI, CmpReg1, CmpReg2, in getLoopTripCount()