Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Analysis/
DDomPrinter.cpp85 : public DOTGraphTraitsViewer<DominatorTree, false> {
87 DomViewer() : DOTGraphTraitsViewer<DominatorTree, false>("dom", ID){ in DomViewer()
93 : public DOTGraphTraitsViewer<DominatorTree, true> {
95 DomOnlyViewer() : DOTGraphTraitsViewer<DominatorTree, true>("domonly", ID){ in DomOnlyViewer()
101 : public DOTGraphTraitsViewer<PostDominatorTree, false> {
104 DOTGraphTraitsViewer<PostDominatorTree, false>("postdom", ID){ in PostDomViewer()
110 : public DOTGraphTraitsViewer<PostDominatorTree, true> {
113 DOTGraphTraitsViewer<PostDominatorTree, true>("postdomonly", ID){ in PostDomOnlyViewer()
DRegionPrinter.cpp146 : public DOTGraphTraitsViewer<RegionInfo, false> {
148 RegionViewer() : DOTGraphTraitsViewer<RegionInfo, false>("reg", ID){ in RegionViewer()
155 : public DOTGraphTraitsViewer<RegionInfo, true> {
157 RegionOnlyViewer() : DOTGraphTraitsViewer<RegionInfo, true>("regonly", ID) { in RegionOnlyViewer()
/freebsd-9-stable/contrib/llvm/include/llvm/Analysis/
DDOTGraphTraitsPass.h23 class DOTGraphTraitsViewer : public FunctionPass {
25 DOTGraphTraitsViewer(StringRef GraphName, char &ID) in DOTGraphTraitsViewer() function