• Home
  • Raw
  • Download

Lines Matching refs:Changes

66   const changeset_ty &Changes;  member in __anon86cd86b20111::DAGDeltaAlgorithmImpl
121 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
124 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
156 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
167 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
169 DDAI.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
189 Changes(_Changes), in DAGDeltaAlgorithmImpl()
192 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
193 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
204 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
205 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl()
225 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
226 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl()
228 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
229 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl()
238 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
239 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
240 if (it != Changes.begin()) llvm::errs() << ", "; in DAGDeltaAlgorithmImpl()
264 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
265 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
276 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
277 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
291 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, in GetTestResult() argument
294 Extended.insert(Changes.begin(), Changes.end()); in GetTestResult()
295 for (changeset_ty::const_iterator it = Changes.begin(), in GetTestResult()
296 ie = Changes.end(); it != ie; ++it) in GetTestResult()
359 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run() argument
361 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); in Run()