Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DDomPrinter.cpp106 struct DomViewer : public DOTGraphTraitsViewer<
111 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, false, DominatorTree *, in DomViewer()
118 struct DomOnlyViewer : public DOTGraphTraitsViewer<
123 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, true, DominatorTree *, in DomOnlyViewer()
136 struct PostDomViewer : public DOTGraphTraitsViewer<
142 DOTGraphTraitsViewer<PostDominatorTreeWrapperPass, false, in PostDomViewer()
150 struct PostDomOnlyViewer : public DOTGraphTraitsViewer<
156 DOTGraphTraitsViewer<PostDominatorTreeWrapperPass, true, in PostDomOnlyViewer()
H A DRegionPrinter.cpp176 : public DOTGraphTraitsViewer<RegionInfoPass, false, RegionInfo *,
180 : DOTGraphTraitsViewer<RegionInfoPass, false, RegionInfo *, in RegionViewer()
188 : public DOTGraphTraitsViewer<RegionInfoPass, true, RegionInfo *,
192 : DOTGraphTraitsViewer<RegionInfoPass, true, RegionInfo *, in RegionOnlyViewer()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h31 class DOTGraphTraitsViewer : public FunctionPass {
33 DOTGraphTraitsViewer(StringRef GraphName, char &ID) in DOTGraphTraitsViewer() function