Searched refs:MachineCopyPropagationLegacy (Results 1 – 1 of 1) sorted by relevance
500 class MachineCopyPropagationLegacy : public MachineFunctionPass { class506 MachineCopyPropagationLegacy(bool UseCopyInstr = false) in MachineCopyPropagationLegacy() function in __anon32f3c4080111::MachineCopyPropagationLegacy523 char MachineCopyPropagationLegacy::ID = 0;525 char &llvm::MachineCopyPropagationID = MachineCopyPropagationLegacy::ID;527 INITIALIZE_PASS(MachineCopyPropagationLegacy, DEBUG_TYPE,1571 bool MachineCopyPropagationLegacy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()1622 return new MachineCopyPropagationLegacy(UseCopyInstr); in createMachineCopyPropagationPass()