Lines Matching defs:CondReg
753 unsigned &CondReg = CondRegs[Cond];
755 if (!CondReg && !InvCondReg)
756 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond);
758 if (CondReg)
759 return {CondReg, false};
783 unsigned &CondReg = CondRegs[Cond];
784 if (!CondReg)
785 CondReg = promoteCondToReg(MBB, Pos, Loc, Cond);
793 // Drop Kill flags on the old register before replacing. CondReg may have
796 MRI->replaceRegWith(OldReg, CondReg);
808 MIB.addReg(CondReg);
826 unsigned &CondReg = CondRegs[Cond];
827 if (!CondReg)
828 CondReg = promoteCondToReg(MBB, Pos, Loc, Cond);
836 .addReg(CondReg)
900 unsigned CondReg;
902 std::tie(CondReg, Inverted) =
906 insertTest(*MI.getParent(), MI.getIterator(), MI.getDebugLoc(), CondReg);