Searched refs:M68kExpandPseudo (Results 1 – 1 of 1) sorted by relevance
35 class M68kExpandPseudo : public MachineFunctionPass { class38 M68kExpandPseudo() : MachineFunctionPass(ID) {} in M68kExpandPseudo() function in __anon49c204510111::M68kExpandPseudo64 char M68kExpandPseudo::ID = 0;67 INITIALIZE_PASS(M68kExpandPseudo, DEBUG_TYPE, PASS_NAME, false, false) in INITIALIZE_PASS() argument72 bool M68kExpandPseudo::ExpandMI(MachineBasicBlock &MBB, in INITIALIZE_PASS()305 bool M68kExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) { in ExpandMBB()319 bool M68kExpandPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()334 return new M68kExpandPseudo(); in createM68kExpandPseudoPass()