Searched refs:X86ExpandPseudo (Results 1 – 2 of 2) sorted by relevance
32 class X86ExpandPseudo : public MachineFunctionPass { class35 X86ExpandPseudo() : MachineFunctionPass(ID) {} in X86ExpandPseudo() function in __anon6ea7ea520111::X86ExpandPseudo65 char X86ExpandPseudo::ID = 0;71 bool X86ExpandPseudo::ExpandMI(MachineBasicBlock &MBB, in ExpandMI()240 bool X86ExpandPseudo::ExpandMBB(MachineBasicBlock &MBB) { in ExpandMBB()254 bool X86ExpandPseudo::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()269 return new X86ExpandPseudo(); in createX86ExpandPseudoPass()
18 X86ExpandPseudo.cpp