Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1726 MachineInstr *IndI = nullptr; in fixupInductionVariable() local
1736 if (IndI) in fixupInductionVariable()
1739 IndI = MRI->getVRegDef(I->first); in fixupInductionVariable()
1751 if (IndI && nonIndI && in fixupInductionVariable()
1755 bool Order = orderBumpCompare(IndI, PredDef); in fixupInductionVariable()