Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp29 struct CheckDebugMachineModule : public ModulePass { struct
30 bool runOnModule(Module &M) override { in runOnModule()
106 CheckDebugMachineModule() : ModulePass(ID) {} in CheckDebugMachineModule() function
108 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
113 static char ID; // Pass identification.