Lines Matching defs:DoInsertAtI1
89 MachineInstr *findPairable(MachineInstr &I1, bool &DoInsertAtI1,
95 MachineBasicBlock::iterator &MI, bool DoInsertAtI1,
100 bool &DoInsertAtI1);
262 bool &DoInsertAtI1) {
318 DoInsertAtI1 = true;
382 DoInsertAtI1 = false;
503 bool DoInsertAtI1 = false;
505 MachineInstr *I2 = findPairable(I1, DoInsertAtI1, OptForSize);
508 combine(I1, *I2, MI, DoInsertAtI1, OptForSize);
518 /// in \p DoInsertAtI1 if the combine must be inserted at instruction \p I1
521 bool &DoInsertAtI1,
560 if (isSafeToMoveTogether(I1, *I2, I1DestReg, I2DestReg, DoInsertAtI1))
571 bool DoInsertAtI1, bool OptForSize) {
611 MachineBasicBlock::iterator InsertPt(DoInsertAtI1 ? I1 : I2);
626 if (!DoInsertAtI1 && DbgMItoMove.size() != 0) {