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