Searched refs:MachineCopyPropagation (Results 1 – 2 of 2) sorted by relevance
383 class MachineCopyPropagation : public MachineFunctionPass { class394 MachineCopyPropagation(bool CopyInstr = false) in MachineCopyPropagation() function in __anon32f3c4080111::MachineCopyPropagation444 char MachineCopyPropagation::ID = 0;446 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;448 INITIALIZE_PASS(MachineCopyPropagation, DEBUG_TYPE,451 void MachineCopyPropagation::ReadRegister(MCRegister Reg, MachineInstr &Reader, in ReadRegister()468 void MachineCopyPropagation::readSuccessorLiveIns( in readSuccessorLiveIns()509 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, in eraseIfRedundant()555 bool MachineCopyPropagation::isBackwardPropagatableRegClassCopy( in isBackwardPropagatableRegClassCopy()573 bool MachineCopyPropagation::isForwardableRegClassCopy(const MachineInstr &Copy, in isForwardableRegClassCopy()[all …]
345 SRCS_MIN+= CodeGen/MachineCopyPropagation.cpp