current_vertex    629 opal/class/opal_graph.c     vertex_distance_from_t *Q, *q_start, *current_vertex;
current_vertex    665 opal/class/opal_graph.c         current_vertex = q_start;
current_vertex    672 opal/class/opal_graph.c             weight = opal_graph_adjacent(graph, current_vertex->vertex, q_start[i].vertex);
current_vertex    680 opal/class/opal_graph.c             if (current_vertex->weight + weight < q_start[i].weight) {
current_vertex    681 opal/class/opal_graph.c                 q_start[i].weight = weight + current_vertex->weight;