Searched refs:hard_deps (Results 1 – 2 of 2) sorted by relevance
43 ImmutableVector<const Target*> hard_deps; member115 return TargetSet(info->hard_deps.begin(), info->hard_deps.end()); in recursive_hard_deps()223 all_hard_deps.insert(dep_info->hard_deps.begin(), in ComputeHardDeps()224 dep_info->hard_deps.end()); in ComputeHardDeps()226 info->hard_deps = ImmutableVector<const Target*>(all_hard_deps); in ComputeHardDeps()
410 const TargetSet& hard_deps(target_->recursive_hard_deps()); in WriteInputDepsStampAndGetDep() local411 for (const Target* target : hard_deps) { in WriteInputDepsStampAndGetDep()423 if (!hard_deps.contains(target)) in WriteInputDepsStampAndGetDep()