Lines Matching refs:Vertex
50 void AddReadBeforeDep(Vertex* src, in AddReadBeforeDep()
51 Vertex::Index dst, in AddReadBeforeDep()
53 Vertex::EdgeMap::iterator edge_it = src->out_edges.find(dst); in AddReadBeforeDep()
56 pair<Vertex::EdgeMap::iterator, bool> result = in AddReadBeforeDep()
64 void AddReadBeforeDepExtents(Vertex* src, in AddReadBeforeDepExtents()
65 Vertex::Index dst, in AddReadBeforeDepExtents()
79 void DropWriteBeforeDeps(Vertex::EdgeMap* edge_map) { in DropWriteBeforeDeps()
81 for (Vertex::EdgeMap::iterator it = edge_map->begin(); in DropWriteBeforeDeps()
95 void DropIncomingEdgesTo(Graph* graph, Vertex::Index index) { in DropIncomingEdgesTo()
113 void DumpOutEdges(const Vertex::EdgeMap& out_edges) { in DumpOutEdges()
114 for (Vertex::EdgeMap::const_iterator it = out_edges.begin(), in DumpOutEdges()