Searched refs:Dependencies (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp39 Dependencies.push_back(File);
57 ArrayRef<std::string> Dependencies)
59 for (const auto &Dep : Dependencies)
69 DependencyPrinter Generator(*Opts, Dependencies);
75 std::vector<std::string> Dependencies; member in class:clang::tooling::dependencies::MakeDependencyPrinterConsumer
82 Dependencies.push_back(File);
126 {"file-deps", Dependencies},
136 std::vector<std::string> Dependencies; member in class:clang::tooling::dependencies::FullDependencyPrinterConsumer
56 DependencyPrinter(DependencyOutputOptions &Opts, ArrayRef<std::string> Dependencies) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h53 /// \p Dependencies edges by executing \see ExecuteOneTest() on subsets of
55 /// predicate and the input \p Dependencies.
59 /// \param Dependencies The list of dependencies amongst changes. For each
60 /// (x,y) in \p Dependencies, both x and y must be in \p Changes. The
65 const std::vector<edge_ty> &Dependencies);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyGraph.cpp36 DependencyMap Dependencies; member in class:__anon505::DependencyGraphCallback
88 Dependencies[FromFile].push_back(File);
127 for (DependencyMap::iterator F = Dependencies.begin(),
128 FEnd = Dependencies.end();
H A DDependencyFile.cpp149 Dependencies.push_back(Filename);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h89 llvm::SmallVector<unsigned, 4> Dependencies; member in struct:clang::GlobalModuleIndex::ModuleInfo
150 llvm::SmallVectorImpl<ModuleFile *> &Dependencies);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp139 const std::vector<edge_ty> &Dependencies);
181 const std::vector<edge_ty> &Dependencies)
188 for (std::vector<edge_ty>::const_iterator it = Dependencies.begin(),
189 ie = Dependencies.end(); it != ie; ++it) {
359 const std::vector<edge_ty> &Dependencies) {
360 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run();
179 DAGDeltaAlgorithmImpl( DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, const std::vector<edge_ty> &Dependencies) argument
358 Run(const changeset_ty &Changes, const std::vector<edge_ty> &Dependencies) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h94 /// Dependencies - This is the list of all included files.
95 DependenciesSetTy Dependencies; member in class:llvm::TGLexer
105 return Dependencies;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h82 ArrayRef<std::string> getDependencies() const { return Dependencies; }
110 std::vector<std::string> Dependencies; member in class:clang::DependencyCollector
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp215 // Dependencies
217 Modules[ID].Dependencies.insert(Modules[ID].Dependencies.end(),
295 SmallVectorImpl<ModuleFile *> &Dependencies) {
303 Dependencies.clear();
304 ArrayRef<unsigned> StoredDependencies = Modules[Known->second].Dependencies;
307 Dependencies.push_back(MF);
399 SmallVector<unsigned, 4> Dependencies; member in struct:__anon730::ModuleFileInfo
679 getModuleFileInfo(File).Dependencies.push_back(DependsOnID);
807 // Dependencies
293 getModuleDependencies( ModuleFile *File, SmallVectorImpl<ModuleFile *> &Dependencies) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp234 if (!collectDependenciesImpl(checker.Dependencies, LO, Ret))
251 if (!collectDependenciesImpl(Dependency->Dependencies, LO, Ret))
289 for (const std::pair<StringRef, StringRef> &Entry : Dependencies) {
300 CheckerIt->Dependencies.emplace_back(&*DependencyIt);
303 Dependencies.clear();
307 Dependencies.emplace_back(FullName, Dependency);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistry.h162 ConstCheckerInfoList Dependencies; member in struct:clang::ento::CheckerRegistry::CheckerInfo
306 llvm::SmallVector<std::pair<StringRef, StringRef>, 0> Dependencies; member in class:clang::ento::CheckerRegistry
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp539 const SymbolStringPtr &Name, const SymbolDependenceMap &Dependencies) {
542 JD.addDependencies(Name, Dependencies);
546 const SymbolDependenceMap &Dependencies) {
548 JD.addDependencies(KV.first, Dependencies);
939 const SymbolDependenceMap &Dependencies) {
956 for (auto &KV : Dependencies) {
1742 OS << " Unemitted Dependencies:\n";
538 addDependencies( const SymbolStringPtr &Name, const SymbolDependenceMap &Dependencies) argument
545 addDependenciesForAll( const SymbolDependenceMap &Dependencies) argument
938 addDependencies(const SymbolStringPtr &Name, const SymbolDependenceMap &Dependencies) argument
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in463 External Dependencies
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h526 const SymbolDependenceMap &Dependencies);
529 void addDependenciesForAll(const SymbolDependenceMap &Dependencies);
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp338 std::set<Intrinsic *> Dependencies; member in class:__anon964::Intrinsic
405 const std::set<Intrinsic *> &getDependencies() const { return Dependencies; }
1434 Intr.Dependencies.insert(&Callee);
1791 // indexBody() should have set up the Dependencies set by now.
1792 for (auto *I : Dependencies)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1811 bool hasValidDependencies() const { return Dependencies != InvalidDeps; }
1841 incrementUnscheduledDeps(Dependencies - UnscheduledDeps);
1846 Dependencies = InvalidDeps;
1896 int Dependencies = InvalidDeps; member in struct:llvm::slpvectorizer::ScheduleData
1901 /// Note that this is negative as long as Dependencies is not calculated.
5082 BundleMember->Dependencies = 0;
5089 BundleMember->Dependencies++;
5101 BundleMember->Dependencies++;
5112 BundleMember->Dependencies++;
5148 BundleMember->Dependencies
[all...]

Completed in 140 milliseconds