Searched refs:SystemZLDCleanup (Results 1 – 3 of 3) sorted by relevance
29 class SystemZLDCleanup : public MachineFunctionPass { class32 SystemZLDCleanup() : MachineFunctionPass(ID), TII(nullptr), MF(nullptr) { in SystemZLDCleanup() function in __anon11f82d220111::SystemZLDCleanup48 char SystemZLDCleanup::ID = 0;52 INITIALIZE_PASS(SystemZLDCleanup, "systemz-ld-cleanup",56 return new SystemZLDCleanup(); in createSystemZLDCleanupPass()59 void SystemZLDCleanup::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()65 bool SystemZLDCleanup::runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()87 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node, in VisitNode()116 MachineInstr *SystemZLDCleanup::ReplaceTLSCall(MachineInstr *I, in ReplaceTLSCall()131 MachineInstr *SystemZLDCleanup::SetRegister(MachineInstr *I, in SetRegister()
28 SystemZLDCleanup.cpp
45 "SystemZLDCleanup.cpp",