Searched refs:DoInsertAtI1 (Results 1 – 1 of 1) sorted by relevance
83 MachineInstr *findPairable(MachineInstr *I1, bool &DoInsertAtI1);88 MachineBasicBlock::iterator &MI, bool DoInsertAtI1);92 bool &DoInsertAtI1);225 bool &DoInsertAtI1) { in isSafeToMoveTogether() argument278 DoInsertAtI1 = true; in isSafeToMoveTogether()334 DoInsertAtI1 = false; in isSafeToMoveTogether()434 bool DoInsertAtI1 = false; in runOnMachineFunction() local435 MachineInstr *I2 = findPairable(I1, DoInsertAtI1); in runOnMachineFunction()438 combine(I1, I2, MI, DoInsertAtI1); in runOnMachineFunction()451 bool &DoInsertAtI1) { in findPairable() argument[all …]