Home
last modified time | relevance | path

Searched defs:hasEdgeTo (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h133 bool hasEdgeTo(const NodeType &N) const { in hasEdgeTo() function
/llvm-project/llvm/unittests/ADT/
H A DDirectedGraphTest.cpp185 TEST(DirectedGraphTest, hasEdgeTo) { in TEST() argument