Lines Matching defs:Sink
1660 std::string getEdgeSourceLabel(const DisplayNode &Sink) const {
1661 return getEdge(Sink).getValue();
1864 // Return a string consisting of the labels for the \p Source and \p Sink.
1869 const unsigned &Sink) const {
1871 getNode(Source).getLabel().str() + " " + getNode(Sink).getLabel().str();
1989 for (StringMap<std::string>::const_iterator Sink = BD.getData().begin(),
1991 Sink != E; ++Sink) {
1992 std::string Key = (Label + " " + Sink->getKey().str()).str() + " " +
1993 BD.getData().getSuccessorLabel(Sink->getKey()).str();
2011 for (StringMap<std::string>::const_iterator Sink = BD.getData().begin(),
2013 Sink != E; ++Sink) {
2014 std::string Key = (Label + " " + Sink->getKey().str()).str() + " " +
2015 BD.getData().getSuccessorLabel(Sink->getKey()).str();
2033 StringRef Sink = SP2.second;
2038 assert(NodePosition.count(Sink) == 1 && "Expected to find node.");
2039 unsigned SinkNode = NodePosition[Sink];
2042 // Look for an edge from Source to Sink