Searched refs:SystemZCopyPhysRegs (Results 1 – 1 of 1) sorted by relevance
30 class SystemZCopyPhysRegs : public MachineFunctionPass { class33 SystemZCopyPhysRegs() in SystemZCopyPhysRegs() function in __anon5484ec980111::SystemZCopyPhysRegs49 char SystemZCopyPhysRegs::ID = 0;53 INITIALIZE_PASS(SystemZCopyPhysRegs, "systemz-copy-physregs",57 return new SystemZCopyPhysRegs(); in createSystemZCopyPhysRegsPass()60 void SystemZCopyPhysRegs::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()65 bool SystemZCopyPhysRegs::visitMBB(MachineBasicBlock &MBB) { in visitMBB()102 bool SystemZCopyPhysRegs::runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()