Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.h43 struct DOTGraphTraitsViewer struct
44 : PassInfoMixin<DOTGraphTraitsViewer<AnalysisT, IsSimple, GraphT,
46 DOTGraphTraitsViewer(StringRef GraphName) : Name(GraphName) {} in DOTGraphTraitsViewer() function
80 ~DOTGraphTraitsViewer() {} in ~DOTGraphTraitsViewer() argument