Searched defs:scc_representatives (Results 1 – 1 of 1) sorted by relevance
105 scc_representatives: IndexVec<ConstraintSccIndex, ty::RegionVid>, field364 let scc_representatives = Self::compute_scc_representatives(&constraint_sccs, &definitions); in new() localVariable493 let mut scc_representatives = IndexVec::from_elem_n(next_region_vid, num_sccs); in compute_scc_representatives() localVariable