Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_borrowck/src/constraints/
Dmod.rs41 pub(crate) fn graph(&self, num_region_vars: usize) -> graph::NormalConstraintGraph { in graph()
56 constraint_graph: &graph::NormalConstraintGraph, in compute_sccs()
Dgraph.rs22 pub(crate) type NormalConstraintGraph = ConstraintGraph<Normal>; typedef