Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dbase.rs70 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/
Dplumbing.rs511 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/
Ddirty_clean.rs381 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/
Dcache.rs45 dep_node: DepNodeIndex, field
Derror.rs73 pub dep_node: String, field
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbase.rs63 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/
Dmod.rs7 mod dep_node; module
/third_party/rust/rust/compiler/rustc_incremental/src/
Dassert_dep_graph.rs130 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/
Daot.rs405 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/
Dmod.rs2 mod dep_node; module
Ddep_node.rs78 let dep_node = DepNode { kind, hash: hash.into() }; in construct() localVariable
Dserialized.rs116 let dep_node: DepNode<K> = Decodable::decode(d); in decode() localVariable
Dgraph.rs977 let dep_node = data.previous.index_to_node(prev_index); in exec_cache_promotions() localVariable
/third_party/rust/rust/compiler/rustc_query_impl/src/
Dplumbing.rs358 let dep_node = SerializedDepNodeIndex::new(dep_node.index()); in encode_query_results() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/query/
Dplumbing.rs518 … let dep_node = dep_graph::DepNode::construct(tcx, dep_graph::DepKind::$name, &key); localVariable
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/
Dbase.rs1033 let dep_node = cgu.codegen_dep_node(tcx); in determine_cgu_reuse() localVariable