Searched refs:MachineCopyPropagation (Results 1 – 2 of 2) sorted by relevance
184 class MachineCopyPropagation : public MachineFunctionPass { class192 MachineCopyPropagation() : MachineFunctionPass(ID) { in MachineCopyPropagation() function in __anonc58ceaed0111::MachineCopyPropagation228 char MachineCopyPropagation::ID = 0;230 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;232 INITIALIZE_PASS(MachineCopyPropagation, DEBUG_TYPE,235 void MachineCopyPropagation::ReadRegister(unsigned Reg) { in ReadRegister()269 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, unsigned Src, in eraseIfRedundant()358 bool MachineCopyPropagation::hasImplicitOverlap(const MachineInstr &MI, in hasImplicitOverlap()370 void MachineCopyPropagation::forwardUses(MachineInstr &MI) { in forwardUses()450 void MachineCopyPropagation::CopyPropagateBlock(MachineBasicBlock &MBB) { in CopyPropagateBlock()[all …]
260 SRCS_MIN+= CodeGen/MachineCopyPropagation.cpp