Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DGraph.h122 NeighborLookupT OutNeighbors; variable
255 : M(G.Edges), A(A), NL(isOut ? G.OutNeighbors : G.InNeighbors) {} in InOutEdgeView()
345 OutNeighbors.clear(); in clear()
394 OutNeighbors[I.first].insert(I.second);
469 OutNeighbors[EI.first].insert(EI.second); in insert()
486 OutNeighbors[EI.first].insert(EI.second); in insert()