Home
last modified time | relevance | path

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

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