Searched refs:DebugifyMachineModule (Results 1 – 2 of 2) sorted by relevance
172 struct DebugifyMachineModule : public ModulePass { struct186 DebugifyMachineModule() : ModulePass(ID) {} in DebugifyMachineModule() argument196 char DebugifyMachineModule::ID = 0;200 INITIALIZE_PASS_BEGIN(DebugifyMachineModule, DEBUG_TYPE,202 INITIALIZE_PASS_END(DebugifyMachineModule, DEBUG_TYPE,206 return new DebugifyMachineModule(); in createDebugifyMachineModulePass()
147 DUMMY_MACHINE_MODULE_PASS("mir-debugify", DebugifyMachineModule, ())