Home
last modified time | relevance | path

Searched refs:DOTGraphTraitsViewer (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomPrinter.h77 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 DDOTGraphTraitsPass.h46 struct DOTGraphTraitsViewer struct
47 : PassInfoMixin<DOTGraphTraitsViewer<AnalysisT, IsSimple, GraphT,
49 DOTGraphTraitsViewer(StringRef GraphName) : Name(GraphName) {} in DOTGraphTraitsViewer() argument
83 ~DOTGraphTraitsViewer() {} in ~DOTGraphTraitsViewer() argument