Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DDomPrinter.cpp90 struct DomViewer : public DOTGraphTraitsViewer<
95 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, false, DominatorTree *, in DomViewer()
102 struct DomOnlyViewer : public DOTGraphTraitsViewer<
107 : DOTGraphTraitsViewer<DominatorTreeWrapperPass, true, DominatorTree *, in DomOnlyViewer()
115 : public DOTGraphTraitsViewer<PostDominatorTree, false> {
118 DOTGraphTraitsViewer<PostDominatorTree, false>("postdom", ID){ in PostDomViewer()
124 : public DOTGraphTraitsViewer<PostDominatorTree, true> {
127 DOTGraphTraitsViewer<PostDominatorTree, true>("postdomonly", ID){ in PostDomOnlyViewer()
DRegionPrinter.cpp148 : public DOTGraphTraitsViewer<RegionInfoPass, false> {
150 RegionViewer() : DOTGraphTraitsViewer<RegionInfoPass, false>("reg", ID){ in RegionViewer()
157 : public DOTGraphTraitsViewer<RegionInfoPass, true> {
159 RegionOnlyViewer() : DOTGraphTraitsViewer<RegionInfoPass, true>("regonly", ID) { in RegionOnlyViewer()
/external/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h34 class DOTGraphTraitsViewer : public FunctionPass {
36 DOTGraphTraitsViewer(StringRef GraphName, char &ID) in DOTGraphTraitsViewer() function