Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineLateInstrsCleanup.cpp67 class MachineLateInstrsCleanupLegacy : public MachineFunctionPass { class
71 MachineLateInstrsCleanupLegacy() : MachineFunctionPass(ID) { in MachineLateInstrsCleanupLegacy() function in __anon95a8ee9a0111::MachineLateInstrsCleanupLegacy
90 char MachineLateInstrsCleanupLegacy::ID = 0;
92 char &llvm::MachineLateInstrsCleanupID = MachineLateInstrsCleanupLegacy::ID;
94 INITIALIZE_PASS(MachineLateInstrsCleanupLegacy, DEBUG_TYPE,
97 bool MachineLateInstrsCleanupLegacy::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()