Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFGPrinter.cpp67 struct CFGOnlyViewerLegacyPass : public FunctionPass { struct
68 static char ID; // Pass identifcation, replacement for typeid
69 CFGOnlyViewerLegacyPass() : FunctionPass(ID) { in CFGOnlyViewerLegacyPass() function
73 bool runOnFunction(Function &F) override { in runOnFunction()
78 void print(raw_ostream &OS, const Module* = nullptr) const override {} in print()
80 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()