Searched refs:FindEdgeId (Results 1 – 3 of 3) sorted by relevance
672 const Edge* edge = g->FindEdgeId(i); in AddControlFlow()754 const Edge* edge = g->FindEdgeId(i); in AddControlFlow()
647 const Edge* FindEdgeId(int id) const { return edges_[id]; } in FindEdgeId() function
171 const auto e = g->FindEdgeId(i); in SimpleGraph()