Searched refs:BundleStart (Results 1 – 2 of 2) sorted by relevance
1005 void moveAllRangesInto(MachineInstr* MI, MachineInstr* BundleStart) { in moveAllRangesInto() argument1006 if (MI == BundleStart) in moveAllRangesInto()1014 MachineBasicBlock::instr_iterator BII(BundleStart); in moveAllRangesInto()1435 MachineInstr* BundleStart) { in handleMoveIntoBundle() argument1436 SlotIndex NewIndex = Indexes->getInstructionIndex(BundleStart); in handleMoveIntoBundle()1438 HME.moveAllRangesInto(MI, BundleStart); in handleMoveIntoBundle()
269 void handleMoveIntoBundle(MachineInstr* MI, MachineInstr* BundleStart);