Searched refs:DoInsertAtI1 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCopyToCombine.cpp | 95 MachineInstr *findPairable(MachineInstr &I1, bool &DoInsertAtI1, 101 MachineBasicBlock::iterator &MI, bool DoInsertAtI1, 106 bool &DoInsertAtI1); 253 bool &DoInsertAtI1) { in isSafeToMoveTogether() argument 309 DoInsertAtI1 = true; in isSafeToMoveTogether() 372 DoInsertAtI1 = false; in isSafeToMoveTogether() 486 bool DoInsertAtI1 = false; in runOnMachineFunction() local 488 MachineInstr *I2 = findPairable(I1, DoInsertAtI1, OptForSize); in runOnMachineFunction() 491 combine(I1, *I2, MI, DoInsertAtI1, OptForSize); in runOnMachineFunction() 504 bool &DoInsertAtI1, in findPairable() argument [all …]
|