Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp192 struct DebugifyMachineModule : public ModulePass { struct
206 DebugifyMachineModule() : ModulePass(ID) {} in DebugifyMachineModule() argument
216 char DebugifyMachineModule::ID = 0;
220 INITIALIZE_PASS_BEGIN(DebugifyMachineModule, DEBUG_TYPE,
222 INITIALIZE_PASS_END(DebugifyMachineModule, DEBUG_TYPE,
226 return new DebugifyMachineModule(); in createDebugifyMachineModulePass()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def257 DUMMY_MACHINE_MODULE_PASS("mir-debugify", DebugifyMachineModule)