Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/XRay/
H A DGraph.h371 InOutEdgeView<false, false> inEdges(const VertexIdentifier I) { in inEdges() function
375 InOutEdgeView<true, false> inEdges(const VertexIdentifier I) const { in inEdges() function
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp316 for (auto &E : G.inEdges(V.first)) { in calculateVertexStatistics()