Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_borrowck/src/region_infer/
Dmod.rs74 constraint_sccs: Rc<Sccs<RegionVid, ConstraintSccIndex>>, field
348 let constraint_sccs = Rc::new(constraints.compute_sccs(&constraint_graph, fr_static)); in new() localVariable
732 let constraint_sccs = self.constraint_sccs.clone(); in propagate_constraints() localVariable
748 let constraint_sccs = self.constraint_sccs.clone(); in compute_value_for_scc() localVariable