Searched refs:DoInsertAtI1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonCopyToCombine.cpp | 89 MachineInstr *findPairable(MachineInstr &I1, bool &DoInsertAtI1, 95 MachineBasicBlock::iterator &MI, bool DoInsertAtI1, 100 bool &DoInsertAtI1); 262 bool &DoInsertAtI1) { in isSafeToMoveTogether() argument 318 DoInsertAtI1 = true; in isSafeToMoveTogether() 382 DoInsertAtI1 = false; in isSafeToMoveTogether() 503 bool DoInsertAtI1 = false; in runOnMachineFunction() local 505 MachineInstr *I2 = findPairable(I1, DoInsertAtI1, OptForSize); in runOnMachineFunction() 508 combine(I1, *I2, MI, DoInsertAtI1, OptForSize); in runOnMachineFunction() 521 bool &DoInsertAtI1, in findPairable() argument [all …]
|