Searched refs:MachineLateInstrsCleanup (Results 1 – 2 of 2) sorted by relevance
40 class MachineLateInstrsCleanup : public MachineFunctionPass { class67 MachineLateInstrsCleanup() : MachineFunctionPass(ID) { in MachineLateInstrsCleanup() function in __anon95a8ee9a0111::MachineLateInstrsCleanup86 char MachineLateInstrsCleanup::ID = 0;88 char &llvm::MachineLateInstrsCleanupID = MachineLateInstrsCleanup::ID;90 INITIALIZE_PASS(MachineLateInstrsCleanup, DEBUG_TYPE,93 bool MachineLateInstrsCleanup::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()118 void MachineLateInstrsCleanup::144 void MachineLateInstrsCleanup::removeRedundantDef(MachineInstr *MI) { in removeRedundantDef()181 bool MachineLateInstrsCleanup::processBlock(MachineBasicBlock *MBB) { in processBlock()
372 SRCS_MIN+= CodeGen/MachineLateInstrsCleanup.cpp