Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp1005 void moveAllRangesInto(MachineInstr* MI, MachineInstr* BundleStart) { in moveAllRangesInto() argument
1006 if (MI == BundleStart) in moveAllRangesInto()
1014 MachineBasicBlock::instr_iterator BII(BundleStart); in moveAllRangesInto()
1435 MachineInstr* BundleStart) { in handleMoveIntoBundle() argument
1436 SlotIndex NewIndex = Indexes->getInstructionIndex(BundleStart); in handleMoveIntoBundle()
1438 HME.moveAllRangesInto(MI, BundleStart); in handleMoveIntoBundle()
/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h269 void handleMoveIntoBundle(MachineInstr* MI, MachineInstr* BundleStart);