Searched refs:DebugifyMachineModule (Results 1 – 2 of 2) sorted by relevance
192 struct DebugifyMachineModule : public ModulePass { struct206 DebugifyMachineModule() : ModulePass(ID) {} in DebugifyMachineModule() argument216 char DebugifyMachineModule::ID = 0;220 INITIALIZE_PASS_BEGIN(DebugifyMachineModule, DEBUG_TYPE,222 INITIALIZE_PASS_END(DebugifyMachineModule, DEBUG_TYPE,226 return new DebugifyMachineModule(); in createDebugifyMachineModulePass()
257 DUMMY_MACHINE_MODULE_PASS("mir-debugify", DebugifyMachineModule)