Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineDebugify.cpp172 struct DebugifyMachineModule : public ModulePass { struct
186 DebugifyMachineModule() : ModulePass(ID) {} in DebugifyMachineModule() function
196 char DebugifyMachineModule::ID = 0;
200 INITIALIZE_PASS_BEGIN(DebugifyMachineModule, DEBUG_TYPE,
202 INITIALIZE_PASS_END(DebugifyMachineModule, DEBUG_TYPE,
206 return new DebugifyMachineModule(); in createDebugifyMachineModulePass()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.def147 DUMMY_MACHINE_MODULE_PASS("mir-debugify", DebugifyMachineModule, ())