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) {
119 InstrI = getBundleStart(MI);
MachineRegisterInfo.h     [all...]
SlotIndexes.h 416 Mi2IndexMap::const_iterator itr = mi2iMap.find(getBundleStart(MI));

Completed in 501 milliseconds