Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCFGPrinter.cpp48 struct CFGOnlyViewer : public FunctionPass { struct
49 static char ID; // Pass identifcation, replacement for typeid
50 CFGOnlyViewer() : FunctionPass(ID) { in CFGOnlyViewer() argument
54 virtual bool runOnFunction(Function &F) { in runOnFunction()
59 void print(raw_ostream &OS, const Module* = 0) const {} in print()
61 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()