Searched refs:MachineCopyPropagation (Results 1 – 2 of 2) sorted by relevance
251 class MachineCopyPropagation : public MachineFunctionPass { class259 MachineCopyPropagation() : MachineFunctionPass(ID) { in MachineCopyPropagation() function in __anon169938bc0111::MachineCopyPropagation306 char MachineCopyPropagation::ID = 0;308 char &llvm::MachineCopyPropagationID = MachineCopyPropagation::ID;310 INITIALIZE_PASS(MachineCopyPropagation, DEBUG_TYPE,351 bool MachineCopyPropagation::eraseIfRedundant(MachineInstr &Copy, in eraseIfRedundant()386 bool MachineCopyPropagation::isBackwardPropagatableRegClassCopy( in isBackwardPropagatableRegClassCopy()467 bool MachineCopyPropagation::hasOverlappingMultipleDef( in hasOverlappingMultipleDef()480 void MachineCopyPropagation::forwardUses(MachineInstr &MI) { in forwardUses()769 void MachineCopyPropagation::propagateDefs(MachineInstr &MI) { in propagateDefs()[all …]
311 SRCS_MIN+= CodeGen/MachineCopyPropagation.cpp