Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_incremental/src/persist/
Dsave.rs81 dep_graph: &DepGraph, in save_work_product_index()
150 ) -> Option<DepGraph> { in build_dep_graph()
/third_party/rust/rust/compiler/rustc_middle/src/dep_graph/
Dmod.rs17 pub type DepGraph = rustc_query_system::dep_graph::DepGraph<DepKind>; typedef
82 fn dep_graph(&self) -> &DepGraph { in dep_graph()
/third_party/mesa3d/src/nouveau/compiler/nak/
Dcalc_instr_deps.rs188 struct DepGraph { struct
195 impl DepGraph { argument
/third_party/rust/rust/compiler/rustc_query_system/src/dep_graph/
Dgraph.rs30 pub struct DepGraph<K: DepKind> { struct
31 data: Option<Lrc<DepGraphData<K>>>, argument
37 virtual_dep_node_index: Lrc<AtomicU32>,
116 impl<K: DepKind> DepGraph<K> { implementation
465 impl<K: DepKind> DepGraph<K> { impl
678 impl<K: DepKind> DepGraph<K> { implementation
949 impl<K: DepKind> DepGraph<K> { implementation
/third_party/rust/rust/compiler/rustc_interface/src/
Dqueries.rs189 fn dep_graph(&self) -> Result<QueryResult<'_, DepGraph>> { in dep_graph() argument
Dpasses.rs695 dep_graph: DepGraph, in create_global_ctxt()
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcontext.rs693 dep_graph: DepGraph, in create_global_ctxt()