Lines Matching defs:DOTGraphTraits
63 template <> struct DOTGraphTraits<RegionNode *> : public DefaultDOTGraphTraits { struct
64 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function
66 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph) { in getNodeLabel()
82 struct DOTGraphTraits<ScopDetectionWrapperPass *> struct
84 DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() argument
86 static std::string getGraphName(ScopDetectionWrapperPass *SD) { in getGraphName()
90 std::string getEdgeAttributes(RegionNode *srcNode, in getEdgeAttributes()
118 std::string getNodeLabel(RegionNode *Node, ScopDetectionWrapperPass *P) { in getNodeLabel()
124 static std::string escapeString(std::string String) { in escapeString()
138 static void printRegionCluster(const ScopDetection *SD, const Region *R, in printRegionCluster()
190 addCustomGraphFeatures(const ScopDetectionWrapperPass *SD, in addCustomGraphFeatures()