Searched refs:MachineLateInstrsCleanupLegacy (Results 1 – 1 of 1) sorted by relevance
67 class MachineLateInstrsCleanupLegacy : public MachineFunctionPass { class71 MachineLateInstrsCleanupLegacy() : MachineFunctionPass(ID) { in MachineLateInstrsCleanupLegacy() function in __anon95a8ee9a0111::MachineLateInstrsCleanupLegacy90 char MachineLateInstrsCleanupLegacy::ID = 0;92 char &llvm::MachineLateInstrsCleanupID = MachineLateInstrsCleanupLegacy::ID;94 INITIALIZE_PASS(MachineLateInstrsCleanupLegacy, DEBUG_TYPE,97 bool MachineLateInstrsCleanupLegacy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()