Lines Matching refs:RegionInfoPass
59 struct DOTGraphTraits<RegionInfoPass*> : public DOTGraphTraits<RegionNode*> {
64 static std::string getGraphName(RegionInfoPass *DT) { in getGraphName()
68 std::string getNodeLabel(RegionNode *Node, RegionInfoPass *G) { in getNodeLabel()
75 GraphTraits<RegionInfo*>::ChildIteratorType CI, RegionInfoPass *G) { in getEdgeAttributes()
103 GraphWriter<RegionInfoPass*> &GW, in printRegionCluster()
135 static void addCustomGraphFeatures(const RegionInfoPass* RIP, in addCustomGraphFeatures()
136 GraphWriter<RegionInfoPass*> &GW) { in addCustomGraphFeatures()
148 : 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()
166 : public DOTGraphTraitsPrinter<RegionInfoPass, false> {
169 DOTGraphTraitsPrinter<RegionInfoPass, false>("reg", ID) { in RegionPrinter()
189 : public DOTGraphTraitsPrinter<RegionInfoPass, true> {
192 DOTGraphTraitsPrinter<RegionInfoPass, true>("reg", ID) { in RegionOnlyPrinter()