Lines Matching defs:LastCMOV
36004 MachineInstr *LastCMOV = &MI;
36017 LastCMOV = &*NextMIIt;
36023 // case 1, as indicated by LastCMOV == MI.
36024 if (LastCMOV == &MI && NextMIIt != ThisMBB->end() &&
36049 if (!LastCMOV->killsRegister(X86::EFLAGS, /*TRI=*/nullptr) &&
36050 !checkAndUpdateEFLAGSKill(LastCMOV, ThisMBB, TRI)) {
36057 MachineBasicBlock::iterator(LastCMOV));
36064 std::next(MachineBasicBlock::iterator(LastCMOV)),
36083 std::next(MachineBasicBlock::iterator(LastCMOV));