Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineDebugify.cpp172 struct DebugifyMachineModule : public ModulePass { struct
173 bool runOnModule(Module &M) override { in runOnModule()
186 DebugifyMachineModule() : ModulePass(ID) {} in DebugifyMachineModule() argument
188 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
194 static char ID; // Pass identification.