Lines Matching refs:DoInsertAtI1
82 MachineInstr *findPairable(MachineInstr *I1, bool &DoInsertAtI1);
87 MachineBasicBlock::iterator &MI, bool DoInsertAtI1);
91 bool &DoInsertAtI1);
234 bool &DoInsertAtI1) { in isSafeToMoveTogether() argument
289 DoInsertAtI1 = true; in isSafeToMoveTogether()
346 DoInsertAtI1 = false; in isSafeToMoveTogether()
446 bool DoInsertAtI1 = false; in runOnMachineFunction() local
447 MachineInstr *I2 = findPairable(I1, DoInsertAtI1); in runOnMachineFunction()
450 combine(I1, I2, MI, DoInsertAtI1); in runOnMachineFunction()
463 bool &DoInsertAtI1) { in findPairable() argument
500 DoInsertAtI1)) in findPairable()
511 bool DoInsertAtI1) { in combine() argument
539 MachineBasicBlock::iterator InsertPt(DoInsertAtI1 ? I1 : I2); in combine()