Lines Matching refs:DoInsertAtI1
83 MachineInstr *findPairable(MachineInstr *I1, bool &DoInsertAtI1);
88 MachineBasicBlock::iterator &MI, bool DoInsertAtI1);
92 bool &DoInsertAtI1);
225 bool &DoInsertAtI1) { in isSafeToMoveTogether() argument
278 DoInsertAtI1 = true; in isSafeToMoveTogether()
334 DoInsertAtI1 = false; in isSafeToMoveTogether()
434 bool DoInsertAtI1 = false; in runOnMachineFunction() local
435 MachineInstr *I2 = findPairable(I1, DoInsertAtI1); in runOnMachineFunction()
438 combine(I1, I2, MI, DoInsertAtI1); in runOnMachineFunction()
451 bool &DoInsertAtI1) { in findPairable() argument
488 DoInsertAtI1)) in findPairable()
499 bool DoInsertAtI1) { in combine() argument
527 MachineBasicBlock::iterator InsertPt(DoInsertAtI1 ? I1 : I2); in combine()