Home
last modified time | relevance | path

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