Searched refs:DoInsertAtI1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp83 MachineInstr *findPairable(MachineInstr *I1, bool &DoInsertAtI1);
88 MachineBasicBlock::iterator &MI, bool DoInsertAtI1);
92 bool &DoInsertAtI1);
238 bool &DoInsertAtI1) {
293 DoInsertAtI1 = true;
350 DoInsertAtI1 = false;
450 bool DoInsertAtI1 = false; local
451 MachineInstr *I2 = findPairable(I1, DoInsertAtI1);
454 combine(I1, I2, MI, DoInsertAtI1);
464 /// in \p DoInsertAtI1 i
234 isSafeToMoveTogether(MachineInstr *I1, MachineInstr *I2, unsigned I1DestReg, unsigned I2DestReg, bool &DoInsertAtI1) argument
466 findPairable(MachineInstr *I1, bool &DoInsertAtI1) argument
513 combine(MachineInstr *I1, MachineInstr *I2, MachineBasicBlock::iterator &MI, bool DoInsertAtI1) argument
[all...]

Completed in 84 milliseconds