Searched refs:LastCMOV (Results 1 – 3 of 3) sorted by relevance
669 MachineInstr *LastCMOV = Group.back(); in convertCmovInstsToBranches() local695 if (checkEFLAGSLive(LastCMOV)) { in convertCmovInstsToBranches()702 std::next(MachineBasicBlock::iterator(LastCMOV)), MBB->end()); in convertCmovInstsToBranches()718 std::next(MachineBasicBlock::iterator(LastCMOV)); in convertCmovInstsToBranches()
35143 MachineInstr *LastCMOV = &MI; in EmitLoweredSelect() local35156 LastCMOV = &*NextMIIt; in EmitLoweredSelect()35163 if (LastCMOV == &MI && NextMIIt != ThisMBB->end() && in EmitLoweredSelect()35188 if (!LastCMOV->killsRegister(X86::EFLAGS, /*TRI=*/nullptr) && in EmitLoweredSelect()35189 !checkAndUpdateEFLAGSKill(LastCMOV, ThisMBB, TRI)) { in EmitLoweredSelect()35196 MachineBasicBlock::iterator(LastCMOV)); in EmitLoweredSelect()35203 std::next(MachineBasicBlock::iterator(LastCMOV)), in EmitLoweredSelect()35222 std::next(MachineBasicBlock::iterator(LastCMOV)); in EmitLoweredSelect()
3156 MachineInstr *LastCMOV = &MI; in EmitLoweredSelect() local3171 LastCMOV = &*NextMIIt; in EmitLoweredSelect()3178 if (LastCMOV == &MI && NextMIIt != MBB->end() && in EmitLoweredSelect()3210 MachineInstr *LastCCRSUser = CascadedCMOV ? CascadedCMOV : LastCMOV; in EmitLoweredSelect()3219 std::next(MachineBasicBlock::iterator(LastCMOV)), MBB->end()); in EmitLoweredSelect()3258 std::next(MachineBasicBlock::iterator(LastCMOV)); in EmitLoweredSelect()