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