Searched refs:MachineCopyPropagation (Results 1 – 6 of 6) sorted by relevance
36 class MachineCopyPropagation : public MachineFunctionPass { class43 MachineCopyPropagation() : MachineFunctionPass(ID) { in MachineCopyPropagation() function in __anonadbeb66a0111::MachineCopyPropagation60 char MachineCopyPropagation::ID = 0;61 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;63 INITIALIZE_PASS(MachineCopyPropagation, "machine-cp",67 MachineCopyPropagation::SourceNoLongerAvailable(unsigned Reg, in SourceNoLongerAvailable()133 void MachineCopyPropagation::removeCopy(MachineInstr *MI) { in removeCopy()137 bool MachineCopyPropagation::CopyPropagateBlock(MachineBasicBlock &MBB) { in CopyPropagateBlock()332 bool MachineCopyPropagation::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
51 MachineCopyPropagation.cpp
52 MachineCopyPropagation.cpp \
3 ; This file check a bug in MachineCopyPropagation pass. The last COPY will be
6 ; This test case exercises the MachineCopyPropagation pass by disabling the
631 + MachineCopyPropagation.cpp \