Home
last modified time | relevance | path

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

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