Home
last modified time | relevance | path

Searched defs:scc_representatives (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_borrowck/src/region_infer/
Dmod.rs105 scc_representatives: IndexVec<ConstraintSccIndex, ty::RegionVid>, field
364 let scc_representatives = Self::compute_scc_representatives(&constraint_sccs, &definitions); in new() localVariable
493 let mut scc_representatives = IndexVec::from_elem_n(next_region_vid, num_sccs); in compute_scc_representatives() localVariable