Searched defs:DepGraph (Results 1 – 7 of 7) sorted by relevance
81 dep_graph: &DepGraph, in save_work_product_index()150 ) -> Option<DepGraph> { in build_dep_graph()
17 pub type DepGraph = rustc_query_system::dep_graph::DepGraph<DepKind>; typedef82 fn dep_graph(&self) -> &DepGraph { in dep_graph()
188 struct DepGraph { struct195 impl DepGraph { argument
30 pub struct DepGraph<K: DepKind> { struct31 data: Option<Lrc<DepGraphData<K>>>, argument37 virtual_dep_node_index: Lrc<AtomicU32>,116 impl<K: DepKind> DepGraph<K> { implementation465 impl<K: DepKind> DepGraph<K> { impl678 impl<K: DepKind> DepGraph<K> { implementation949 impl<K: DepKind> DepGraph<K> { implementation
189 fn dep_graph(&self) -> Result<QueryResult<'_, DepGraph>> { in dep_graph() argument
695 dep_graph: DepGraph, in create_global_ctxt()
693 dep_graph: DepGraph, in create_global_ctxt()