Lines Matching refs:BD
1792 DotCfgDiffNode(DotCfgDiff &G, unsigned N, const BlockDataT<DCData> &BD, in DotCfgDiffNode() argument
1794 : Graph(G), N(N), Data{&BD, nullptr}, Colour(Colour) {} in DotCfgDiffNode()
1888 void createNode(StringRef Label, const BlockDataT<DCData> &BD, StringRef C) { in createNode() argument
1890 Nodes.emplace_back(*this, Pos, BD, C); in createNode()
1984 const BlockDataT<DCData> &BD = B.getValue(); in DotCfgDiff() local
1985 createNode(Label, BD, BeforeColour); in DotCfgDiff()
1989 for (StringMap<std::string>::const_iterator Sink = BD.getData().begin(), in DotCfgDiff()
1990 E = BD.getData().end(); in DotCfgDiff()
1993 BD.getData().getSuccessorLabel(Sink->getKey()).str(); in DotCfgDiff()
2001 const BlockDataT<DCData> &BD = A.getValue(); in DotCfgDiff() local
2005 createNode(Label, BD, AfterColour); in DotCfgDiff()
2008 Nodes[NodePosition[Label]].setCommon(BD); in DotCfgDiff()
2011 for (StringMap<std::string>::const_iterator Sink = BD.getData().begin(), in DotCfgDiff()
2012 E = BD.getData().end(); in DotCfgDiff()
2015 BD.getData().getSuccessorLabel(Sink->getKey()).str(); in DotCfgDiff()