Searched defs:CFGPrinter (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DCFGPrinter.cpp1 //===- CFGPrinter.cpp - DOT printer for the control flow graph ------------===//
20 #include "llvm/Analysis/CFGPrinter.h"
73 struct CFGPrinter : public FunctionPass { struct in namespace:__anon6556
75 CFGPrinter() : FunctionPass(ID) { function in struct:__anon6556::CFGPrinter
102 char CFGPrinter::ID = 0;
103 INITIALIZE_PASS(CFGPrinter, "dot-cfg", "Print CFG of function to 'dot' file",
159 return new CFGPrinter();

Completed in 54 milliseconds