HomeSort by relevance Sort by last modified time
    Searched refs:getBundleStart (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 44 /// getBundleStart - Returns the first instruction in the bundle containing MI.
46 inline MachineInstr &getBundleStart(MachineInstr &MI) {
53 inline const MachineInstr &getBundleStart(const MachineInstr &MI) {
118 InstrI = getBundleStart(MI).getIterator();
MachineRegisterInfo.h     [all...]
SlotIndexes.h 424 Mi2IndexMap::const_iterator itr = mi2iMap.find(&getBundleStart(MI));

Completed in 607 milliseconds