Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DVirtRegMap.cpp450 MachineInstr *BundleStart = FirstMI; in expandCopyBundle() local
455 if (BundledMI != BundleStart) { in expandCopyBundle()
460 BundleStart = &*std::next(BundledMI->getIterator()); in expandCopyBundle()
H A DLiveIntervals.cpp1458 MachineInstr &BundleStart, in handleMoveIntoBundle() argument
1461 SlotIndex NewIndex = Indexes->getInstructionIndex(BundleStart); in handleMoveIntoBundle()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h416 auto BundleStart = getBundleStart(MI.getIterator());
420 *skipDebugInstructionsForward(BundleStart, BundleEnd);
H A DLiveIntervals.h321 void handleMoveIntoBundle(MachineInstr &MI, MachineInstr &BundleStart,