Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFGPrinter.cpp37 struct CFGViewerLegacyPass : public FunctionPass { struct
38 static char ID; // Pass identifcation, replacement for typeid
39 CFGViewerLegacyPass() : FunctionPass(ID) { in CFGViewerLegacyPass() function
43 bool runOnFunction(Function &F) override { in runOnFunction()
48 void print(raw_ostream &OS, const Module* = nullptr) const override {} in print()
50 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()