Searched defs:ra_edge (Results 1 – 1 of 1) sorted by relevance
57 struct ra_edge { struct61 ra_edge(value *a, value *b, unsigned cost) : a(a), b(b), cost(cost) {} in ra_edge() argument