Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCFGPrinter.cpp136 struct CFGOnlyViewerLegacyPass : public FunctionPass { struct
137 static char ID; // Pass identifcation, replacement for typeid
138 CFGOnlyViewerLegacyPass() : FunctionPass(ID) { in CFGOnlyViewerLegacyPass() function
142 bool runOnFunction(Function &F) override { in runOnFunction()
151 void print(raw_ostream &OS, const Module * = nullptr) const override {} in print()
153 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()