Home
last modified time | relevance | path

Searched refs:M68kExpandPseudo (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kExpandPseudo.cpp35 class M68kExpandPseudo : public MachineFunctionPass { class
38 M68kExpandPseudo() : MachineFunctionPass(ID) {} in M68kExpandPseudo() function in __anon49c204510111::M68kExpandPseudo
64 char M68kExpandPseudo::ID = 0;
67 INITIALIZE_PASS(M68kExpandPseudo, DEBUG_TYPE, PASS_NAME, false, false) in INITIALIZE_PASS() argument
72 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()