Searched refs:DOTGraphTraitsViewer (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/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() function 80 ~DOTGraphTraitsViewer() {} in ~DOTGraphTraitsViewer() argument
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopGraphPrinter.h | 73 struct ScopViewer final : llvm::DOTGraphTraitsViewer<ScopAnalysis, false> { 74 ScopViewer() : llvm::DOTGraphTraitsViewer<ScopAnalysis, false>("scops") {} 79 struct ScopOnlyViewer final : llvm::DOTGraphTraitsViewer<ScopAnalysis, false> { 81 : llvm::DOTGraphTraitsViewer<ScopAnalysis, false>("scops-only") {}
|