Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCopyPhysRegs.cpp30 class SystemZCopyPhysRegs : public MachineFunctionPass { class
33 SystemZCopyPhysRegs() in SystemZCopyPhysRegs() function in __anon5484ec980111::SystemZCopyPhysRegs
49 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()