Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_query_system/src/dep_graph/
Dgraph.rs78 pub struct DepGraphData<K: DepKind> { struct
83 current: CurrentDepGraph<K>,
87 previous: SerializedDepGraph<K>,
89 colors: DepNodeColorMap,
91 processed_side_effects: Mutex<FxHashSet<DepNodeIndex>>,
97 previous_work_products: FxIndexMap<WorkProductId, WorkProduct>,
99 dep_node_debug: Lock<FxHashMap<DepNode<K>, String>>,
104 debug_loaded_from_disk: Lock<FxHashSet<DepNode<K>>>,
309 impl<K: DepKind> DepGraphData<K> { impl
627 impl<K: DepKind> DepGraphData<K> { implementation
[all …]