Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp28 class SystemZLDCleanup : public MachineFunctionPass { class
31 SystemZLDCleanup() : MachineFunctionPass(ID), TII(nullptr), MF(nullptr) {} in SystemZLDCleanup() function in __anon98f2e6eb0111::SystemZLDCleanup
45 char SystemZLDCleanup::ID = 0;
49 INITIALIZE_PASS(SystemZLDCleanup, "systemz-ld-cleanup",
53 return new SystemZLDCleanup(); in createSystemZLDCleanupPass()
56 void SystemZLDCleanup::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
62 bool SystemZLDCleanup::runOnMachineFunction(MachineFunction &F) { in runOnMachineFunction()
85 bool SystemZLDCleanup::VisitNode(MachineDomTreeNode *Node, in VisitNode()
114 MachineInstr *SystemZLDCleanup::ReplaceTLSCall(MachineInstr *I, in ReplaceTLSCall()
129 MachineInstr *SystemZLDCleanup::SetRegister(MachineInstr *I, in SetRegister()