Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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() argument
147 ~DOTGraphTraitsPrinter() {} in ~DOTGraphTraitsPrinter() argument
/llvm-project-15.0.7/polly/include/polly/
H A DScopGraphPrinter.h84 struct ScopPrinter final : llvm::DOTGraphTraitsPrinter<ScopAnalysis, false> {
85 ScopPrinter() : llvm::DOTGraphTraitsPrinter<ScopAnalysis, false>("scops") {}
88 struct ScopOnlyPrinter final : llvm::DOTGraphTraitsPrinter<ScopAnalysis, true> {
90 : llvm::DOTGraphTraitsPrinter<ScopAnalysis, true>("scopsonly") {}