19#define GEN_PASS_DEF_SYMBOLDEFTREEPRINTERPASS
28 using Base = SymbolDefTreePrinterPassBase<PassImpl>;
31 void runOnOperation()
override {
32 markAllAnalysesPreserved();
34 SymbolDefTree &a = getAnalysis<SymbolDefTree>();
void dumpToDotFile(std::string filename="") const
Dump the tree to file in dot graph format.
void print(llvm::raw_ostream &os) const
llvm::raw_ostream & toStream(OutputStream val)