Home
last modified time | relevance | path

Searched refs:findNode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h207 const_iterator findNode(const NodeType &N) const { in findNode() function
211 iterator findNode(const NodeType &N) { in findNode() function
213 static_cast<const DGraphType &>(*this).findNode(N)); in findNode()
218 if (findNode(N) != Nodes.end()) in addNode()
244 iterator IT = findNode(N); in removeNode()
266 assert(findNode(Src) != Nodes.end() && "Src node should be present."); in connect()
267 assert(findNode(Dst) != Nodes.end() && "Dst node should be present."); in connect()