Home
last modified time | relevance | path

Searched refs:MachineCopyPropagationLegacy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp500 class MachineCopyPropagationLegacy : public MachineFunctionPass { class
506 MachineCopyPropagationLegacy(bool UseCopyInstr = false) in MachineCopyPropagationLegacy() function in __anon32f3c4080111::MachineCopyPropagationLegacy
523 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()