Home
last modified time | relevance | path

Searched refs:CmpReg2 (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp381 unsigned CmpReg1 = 0, CmpReg2 = 0; in findInductionRegister() local
383 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() local
501 bool AnalyzedCmp = TII->analyzeCompare(CondI, CmpReg1, CmpReg2, in getLoopTripCount()