Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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.