Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDirectedGraph.h75 using EdgeListTy = SetVector<EdgeType *>;
76 using iterator = typename EdgeListTy::iterator;
77 using const_iterator = typename EdgeListTy::const_iterator;
138 const EdgeListTy &getEdges() const { return Edges; } in getEdges()
139 EdgeListTy &getEdges() { in getEdges()
140 return const_cast<EdgeListTy &>( in getEdges()
165 EdgeListTy Edges;
176 using EdgeListTy = SmallVector<EdgeType *, 10>; variable
228 EdgeListTy TempList; in findIncomingEdgesToNode()
248 EdgeListTy EL; in removeNode()