Searched refs:MachineCopyPropagation (Results 1 – 5 of 5) sorted by relevance
36 class MachineCopyPropagation : public MachineFunctionPass { class43 MachineCopyPropagation() : MachineFunctionPass(ID) { in MachineCopyPropagation() function in __anonadbeb66a0111::MachineCopyPropagation59 char MachineCopyPropagation::ID = 0;60 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;62 INITIALIZE_PASS(MachineCopyPropagation, "machine-cp",66 MachineCopyPropagation::SourceNoLongerAvailable(unsigned Reg, in SourceNoLongerAvailable()129 bool MachineCopyPropagation::CopyPropagateBlock(MachineBasicBlock &MBB) { in CopyPropagateBlock()332 bool MachineCopyPropagation::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
59 MachineCopyPropagation.cpp \
63 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