Lines Matching refs:PredDef
1670 MachineInstr *PredDef = MRI->getVRegDef(P); in fixupInductionVariable() local
1672 if (!PredDef->isCompare()) in fixupInductionVariable()
1682 for (unsigned i = 0, n = PredDef->getNumOperands(); i < n; ++i) { in fixupInductionVariable()
1683 MachineOperand &MO = PredDef->getOperand(i); in fixupInductionVariable()
1731 for (unsigned i = 1, n = PredDef->getNumOperands(); i < n; ++i) { in fixupInductionVariable()
1732 MachineOperand &MO = PredDef->getOperand(i); in fixupInductionVariable()
1755 bool Order = orderBumpCompare(IndI, PredDef); in fixupInductionVariable()
1767 Comparison::Kind Cmp = getComparisonKind(PredDef->getOpcode(), 0, 0, 0); in fixupInductionVariable()
1785 if (!isImmValidForOpcode(PredDef->getOpcode(), CmpImm)) in fixupInductionVariable()
1791 bool Order = orderBumpCompare(BumpI, PredDef); in fixupInductionVariable()
1797 for (unsigned i = 0, n = PredDef->getNumOperands(); i < n; ++i) { in fixupInductionVariable()
1798 MachineOperand &MO = PredDef->getOperand(i); in fixupInductionVariable()