• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/

Lines Matching refs:changeset_ty

53   typedef DAGDeltaAlgorithm::changeset_ty changeset_ty;
71 mutable std::set<changeset_ty> FailedTestsCache;
117 void UpdatedSearchState(const changeset_ty &Changes,
119 const changeset_ty &Required) {
124 bool ExecuteOneTest(const changeset_ty &S) {
127 for (changeset_ty::const_iterator it = S.begin(), ie = S.end(); it != ie;
138 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
141 changeset_ty Run();
151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
158 const changeset_ty &Required;
162 void UpdatedSearchState(const changeset_ty &Changes,
167 bool ExecuteOneTest(const changeset_ty &S) override {
173 const changeset_ty &Required)
180 DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
183 for (changeset_ty::const_iterator it = Changes.begin(),
195 for (changeset_ty::const_iterator it = Changes.begin(),
216 for (changeset_ty::const_iterator it = Changes.begin(),
219 for (changeset_ty::const_iterator it = Changes.begin(),
229 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end();
259 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end();
273 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end();
290 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes,
291 const changeset_ty &Required) {
292 changeset_ty Extended(Required);
294 for (changeset_ty::const_iterator it = Changes.begin(),
308 DAGDeltaAlgorithm::changeset_ty
311 changeset_ty CurrentSet(Roots.begin(), Roots.end());
314 changeset_ty Required;
329 changeset_ty CurrentMinSet = Helper.Run(CurrentSet);
343 for (changeset_ty::const_iterator it = CurrentMinSet.begin(),
357 DAGDeltaAlgorithm::changeset_ty
358 DAGDeltaAlgorithm::Run(const changeset_ty &Changes,