Searched defs:getBundleStart (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h44 /// getBundleStart - Returns the first instruction in the bundle containing MI.
46 inline MachineInstr *getBundleStart(MachineInstr *MI) { function in namespace:llvm
53 inline const MachineInstr *getBundleStart(const MachineInstr *MI) { function in namespace:llvm
119 InstrI = getBundleStart(MI);

Completed in 372 milliseconds