Searched refs:DOTGraphTraitsViewer (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | DomPrinter.h | 77 struct DomViewer final : DOTGraphTraitsViewer<DominatorTreeAnalysis, false> { 78 DomViewer() : DOTGraphTraitsViewer<DominatorTreeAnalysis, false>("dom") {} 81 struct DomOnlyViewer final : DOTGraphTraitsViewer<DominatorTreeAnalysis, true> { 83 : DOTGraphTraitsViewer<DominatorTreeAnalysis, true>("domonly") {} 87 : DOTGraphTraitsViewer<PostDominatorTreeAnalysis, false> { 89 : DOTGraphTraitsViewer<PostDominatorTreeAnalysis, false>("postdom") {} 93 : DOTGraphTraitsViewer<PostDominatorTreeAnalysis, true> { 95 : DOTGraphTraitsViewer<PostDominatorTreeAnalysis, true>("postdomonly") {}
|
| H A D | DOTGraphTraitsPass.h | 43 struct DOTGraphTraitsViewer struct 44 : PassInfoMixin<DOTGraphTraitsViewer<AnalysisT, IsSimple, GraphT, 46 DOTGraphTraitsViewer(StringRef GraphName) : Name(GraphName) {} in DOTGraphTraitsViewer() argument 80 ~DOTGraphTraitsViewer() {} in ~DOTGraphTraitsViewer() argument
|