Searched refs:DomOnlyViewer (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DDomPrinter.cpp92 struct DomOnlyViewer struct in namespace:__anon8592
95 DomOnlyViewer() : DOTGraphTraitsViewer<DominatorTree, true>("domonly", ID){ function in struct:__anon8592::DomOnlyViewer
123 char DomOnlyViewer::ID = 0;
124 INITIALIZE_PASS(DomOnlyViewer, "view-dom-only",
215 return new DomOnlyViewer();

Completed in 92 milliseconds