Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp1749 MachineInstr *IndI = nullptr; in fixupInductionVariable() local
1759 if (IndI) in fixupInductionVariable()
1762 IndI = MRI->getVRegDef(I->first); in fixupInductionVariable()
1774 if (IndI && nonIndI && in fixupInductionVariable()
1778 bool Order = orderBumpCompare(IndI, PredDef); in fixupInductionVariable()