Searched refs:canBundle (Results 1 – 2 of 2) sorted by relevance
56 bool canBundle(const MachineInstr &MI, const MachineInstr &NextMI) const;114 bool SIPostRABundler::canBundle(const MachineInstr &MI, in canBundle() function in SIPostRABundler164 if (canBundle(*BundleEnd, *I)) { in runOnMachineFunction()
63 bool canBundle(const MachineInstr &MI, const RegUse &Defs,150 bool SIFormMemoryClauses::canBundle(const MachineInstr &MI, const RegUse &Defs, in canBundle() function in SIFormMemoryClauses247 if (!canBundle(MI, Defs, Uses)) in processRegUses()