Lines Matching defs:CondReg
750 unsigned &CondReg = CondRegs[Cond];
752 if (!CondReg && !InvCondReg)
753 CondReg = promoteCondToReg(TestMBB, TestPos, TestLoc, Cond);
755 if (CondReg)
756 return {CondReg, false};
780 unsigned &CondReg = CondRegs[Cond];
781 if (!CondReg)
782 CondReg = promoteCondToReg(MBB, Pos, Loc, Cond);
790 // Drop Kill flags on the old register before replacing. CondReg may have
793 MRI->replaceRegWith(OldReg, CondReg);
805 MIB.addReg(CondReg);
823 unsigned &CondReg = CondRegs[Cond];
824 if (!CondReg)
825 CondReg = promoteCondToReg(MBB, Pos, Loc, Cond);
833 .addReg(CondReg)
897 unsigned CondReg;
899 std::tie(CondReg, Inverted) =
903 insertTest(*MI.getParent(), MI.getIterator(), MI.getDebugLoc(), CondReg);