Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineDebugify.cpp167 struct DebugifyMachineModule : public ModulePass { struct
178 DebugifyMachineModule() : ModulePass(ID) {} in DebugifyMachineModule() function
188 char DebugifyMachineModule::ID = 0;
192 INITIALIZE_PASS_BEGIN(DebugifyMachineModule, DEBUG_TYPE,
194 INITIALIZE_PASS_END(DebugifyMachineModule, DEBUG_TYPE,
198 return new DebugifyMachineModule(); in createDebugifyMachineModulePass()