Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCFGPrinter.cpp49 struct CFGOnlyViewer : public FunctionPass { struct
50 static char ID; // Pass identifcation, replacement for typeid
51 CFGOnlyViewer() : FunctionPass(ID) { in CFGOnlyViewer() function
55 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()