Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonCopyToCombine.cpp83 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
[all …]