Lines Matching refs:RegionNode
34 std::string DOTGraphTraits<RegionNode *>::getNodeLabel(RegionNode *Node,
35 RegionNode *Graph) {
49 struct DOTGraphTraits<RegionInfo *> : public DOTGraphTraits<RegionNode *> {
52 : DOTGraphTraits<RegionNode*>(isSimple) {}
56 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) {
57 return DOTGraphTraits<RegionNode *>::getNodeLabel(
58 Node, reinterpret_cast<RegionNode *>(G->getTopLevelRegion()));
61 std::string getEdgeAttributes(RegionNode *srcNode,
64 RegionNode *destNode = *CI;