| /third_party/rust/rust/compiler/rustc_codegen_gcc/src/ |
| D | base.rs | 70 let dep_node = tcx.codegen_unit(cgu_name).codegen_dep_node(tcx); in compile_codegen_unit() localVariable
|
| /third_party/rust/rust/compiler/rustc_query_system/src/query/ |
| D | plumbing.rs | 511 let dep_node = in execute_job_incr() localVariable 535 let dep_node = in execute_job_incr() localVariable 731 let dep_node = tcx.dep_graph().data().unwrap().prev_node_of(prev_index); in incremental_verify_ich_failed() localVariable 768 let dep_node = query.construct_dep_node(*qcx.dep_context(), key); in ensure_must_run() localVariable 828 let dep_node = if let QueryMode::Ensure { check_cache } = mode { in get_query_incr() localVariable
|
| /third_party/rust/rust/compiler/rustc_incremental/src/persist/ |
| D | dirty_clean.rs | 381 let dep_node = DepNode::from_label_string(self.tcx, &label, def_path_hash).unwrap(); in check_item() localVariable 385 let dep_node = DepNode::from_label_string(self.tcx, &label, def_path_hash).unwrap(); in check_item() localVariable 389 let dep_node = DepNode::from_label_string(self.tcx, &label, def_path_hash).unwrap(); in check_item() localVariable
|
| /third_party/rust/rust/compiler/rustc_query_system/src/ |
| D | cache.rs | 45 dep_node: DepNodeIndex, field
|
| D | error.rs | 73 pub dep_node: String, field
|
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/ |
| D | base.rs | 63 let dep_node = tcx.codegen_unit(cgu_name).codegen_dep_node(tcx); in compile_codegen_unit() localVariable
|
| /third_party/rust/rust/compiler/rustc_middle/src/dep_graph/ |
| D | mod.rs | 7 mod dep_node; module
|
| /third_party/rust/rust/compiler/rustc_incremental/src/ |
| D | assert_dep_graph.rs | 130 let dep_node = match dep_node_interned { in process_attrs() localVariable 147 let dep_node = match dep_node_interned { in process_attrs() localVariable
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/src/driver/ |
| D | aot.rs | 405 let dep_node = cgu.codegen_dep_node(tcx); in run_aot() localVariable 524 let dep_node = cgu.codegen_dep_node(tcx); in determine_cgu_reuse() localVariable
|
| /third_party/rust/rust/compiler/rustc_query_system/src/dep_graph/ |
| D | mod.rs | 2 mod dep_node; module
|
| D | dep_node.rs | 78 let dep_node = DepNode { kind, hash: hash.into() }; in construct() localVariable
|
| D | serialized.rs | 116 let dep_node: DepNode<K> = Decodable::decode(d); in decode() localVariable
|
| D | graph.rs | 977 let dep_node = data.previous.index_to_node(prev_index); in exec_cache_promotions() localVariable
|
| /third_party/rust/rust/compiler/rustc_query_impl/src/ |
| D | plumbing.rs | 358 let dep_node = SerializedDepNodeIndex::new(dep_node.index()); in encode_query_results() localVariable
|
| /third_party/rust/rust/compiler/rustc_middle/src/query/ |
| D | plumbing.rs | 518 … let dep_node = dep_graph::DepNode::construct(tcx, dep_graph::DepKind::$name, &key); localVariable
|
| /third_party/rust/rust/compiler/rustc_codegen_ssa/src/ |
| D | base.rs | 1033 let dep_node = cgu.codegen_dep_node(tcx); in determine_cgu_reuse() localVariable
|