Searched refs:DebugifyMachineModule (Results 1 – 2 of 2) sorted by relevance
188 struct DebugifyMachineModule : public ModulePass { struct202 DebugifyMachineModule() : ModulePass(ID) {} in DebugifyMachineModule() argument212 char DebugifyMachineModule::ID = 0;216 INITIALIZE_PASS_BEGIN(DebugifyMachineModule, DEBUG_TYPE,218 INITIALIZE_PASS_END(DebugifyMachineModule, DEBUG_TYPE,222 return new DebugifyMachineModule(); in createDebugifyMachineModulePass()
184 DUMMY_MACHINE_MODULE_PASS("mir-debugify", DebugifyMachineModule)