Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp181 if (!Src->hasEdgeTo(*Dst)) in createPiBlocks()
455 if (Tgt.hasEdgeTo(Src)) in simplify()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h133 bool hasEdgeTo(const NodeType &N) const { in hasEdgeTo() function