Searched defs:DepGraphData (Results 1 – 1 of 1) sorted by relevance
78 pub struct DepGraphData<K: DepKind> { struct83 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> { impl627 impl<K: DepKind> DepGraphData<K> { implementation[all …]