Searched defs:CFGOnlyViewer (Results 1 – 1 of 1) sorted by relevance
49 struct CFGOnlyViewer : public FunctionPass { struct50 static char ID; // Pass identifcation, replacement for typeid51 CFGOnlyViewer() : FunctionPass(ID) { in CFGOnlyViewer() function55 bool runOnFunction(Function &F) override { in runOnFunction()60 void print(raw_ostream &OS, const Module* = nullptr) const override {} in print()62 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()