Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1746 MachineInstr *IndI = nullptr; in fixupInductionVariable() local
1756 if (IndI) in fixupInductionVariable()
1759 IndI = MRI->getVRegDef(I->first); in fixupInductionVariable()
1771 if (IndI && nonIndI && in fixupInductionVariable()
1775 bool Order = orderBumpCompare(IndI, PredDef); in fixupInductionVariable()