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.cpp188 struct DebugifyMachineModule : public ModulePass { struct
202 DebugifyMachineModule() : ModulePass(ID) {} in DebugifyMachineModule() argument
212 char DebugifyMachineModule::ID = 0;
216 INITIALIZE_PASS_BEGIN(DebugifyMachineModule, DEBUG_TYPE,
218 INITIALIZE_PASS_END(DebugifyMachineModule, DEBUG_TYPE,
222 return new DebugifyMachineModule(); in createDebugifyMachineModulePass()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def184 DUMMY_MACHINE_MODULE_PASS("mir-debugify", DebugifyMachineModule)