Lines Matching defs:LastCMOV
35143 MachineInstr *LastCMOV = &MI;
35156 LastCMOV = &*NextMIIt;
35162 // case 1, as indicated by LastCMOV == MI.
35163 if (LastCMOV == &MI && NextMIIt != ThisMBB->end() &&
35188 if (!LastCMOV->killsRegister(X86::EFLAGS, /*TRI=*/nullptr) &&
35189 !checkAndUpdateEFLAGSKill(LastCMOV, ThisMBB, TRI)) {
35196 MachineBasicBlock::iterator(LastCMOV));
35203 std::next(MachineBasicBlock::iterator(LastCMOV)),
35222 std::next(MachineBasicBlock::iterator(LastCMOV));