Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h206 const_iterator findNode(const NodeType &N) const { in findNode() function
210 iterator findNode(const NodeType &N) { in findNode() function
212 static_cast<const DGraphType &>(*this).findNode(N)); in findNode()
217 if (findNode(N) != Nodes.end()) in addNode()
243 iterator IT = findNode(N); in removeNode()
265 assert(findNode(Src) != Nodes.end() && "Src node should be present."); in connect()
266 assert(findNode(Dst) != Nodes.end() && "Dst node should be present."); in connect()