Searched refs:ExtraDep (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DependencyFile.cpp | 227 for (const auto &ExtraDep : Opts.ExtraDeps) { in DependencyFileGenerator() local 228 if (addDependency(ExtraDep.first)) in DependencyFileGenerator()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NewGVN.cpp | 689 Value *ExtraDep; member 692 ExprResult(const Expression *Expr, Value *ExtraDep = nullptr, in ExprResult() 694 : Expr(Expr), ExtraDep(ExtraDep), PredDep(PredDep) {} in ExprResult() 697 : Expr(Other.Expr), ExtraDep(Other.ExtraDep), PredDep(Other.PredDep) { in ExprResult() 699 Other.ExtraDep = nullptr; in ExprResult() 705 ~ExprResult() { assert(!ExtraDep && "unhandled ExtraDep"); } in ~ExprResult() 710 static ExprResult some(const Expression *Expr, Value *ExtraDep = nullptr) { in some() 711 return {Expr, ExtraDep, nullptr}; in some() 717 static ExprResult some(const Expression *Expr, Value *ExtraDep, in some() 719 return {Expr, ExtraDep, PredDep}; in some() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 564 for (auto &ExtraDep : CI.getDependencyOutputOpts().ExtraDeps) in isSafeToIgnoreCWD() local 565 IF_RELATIVE_RETURN_FALSE(ExtraDep.first); in isSafeToIgnoreCWD()
|