Searched refs:MachineCopyPropagation (Results 1 – 2 of 2) sorted by relevance
382 class MachineCopyPropagation : public MachineFunctionPass { class393 MachineCopyPropagation(bool CopyInstr = false) in MachineCopyPropagation() function in __anonf5bcd53e0111::MachineCopyPropagation442 char MachineCopyPropagation::ID = 0;446 INITIALIZE_PASS(MachineCopyPropagation, DEBUG_TYPE,491 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, in eraseIfRedundant()537 bool MachineCopyPropagation::isBackwardPropagatableRegClassCopy( in isBackwardPropagatableRegClassCopy()641 bool MachineCopyPropagation::hasOverlappingMultipleDef( in hasOverlappingMultipleDef()654 void MachineCopyPropagation::forwardUses(MachineInstr &MI) { in forwardUses()965 void MachineCopyPropagation::propagateDefs(MachineInstr &MI) { in propagateDefs()1023 void MachineCopyPropagation::BackwardCopyPropagateBlock( in BackwardCopyPropagateBlock()[all …]
346 SRCS_MIN+= CodeGen/MachineCopyPropagation.cpp