Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDomPrinter.h98 struct DomPrinter final : DOTGraphTraitsPrinter<DominatorTreeAnalysis, false> {
99 DomPrinter() : DOTGraphTraitsPrinter<DominatorTreeAnalysis, false>("dom") {}
103 : DOTGraphTraitsPrinter<DominatorTreeAnalysis, true> {
105 : DOTGraphTraitsPrinter<DominatorTreeAnalysis, true>("domonly") {}
109 : DOTGraphTraitsPrinter<PostDominatorTreeAnalysis, false> {
111 : DOTGraphTraitsPrinter<PostDominatorTreeAnalysis, false>("postdom") {}
115 : DOTGraphTraitsPrinter<PostDominatorTreeAnalysis, true> {
117 : DOTGraphTraitsPrinter<PostDominatorTreeAnalysis, true>("postdomonly") {}
H A DDOTGraphTraitsPass.h109 struct DOTGraphTraitsPrinter struct
110 : PassInfoMixin<DOTGraphTraitsPrinter<AnalysisT, IsSimple, GraphT,
112 DOTGraphTraitsPrinter(StringRef GraphName) : Name(GraphName) {} in DOTGraphTraitsPrinter() function
147 ~DOTGraphTraitsPrinter() {} in ~DOTGraphTraitsPrinter() argument