• Home
  • Raw
  • Download

Lines Matching refs:Changes

118   void UpdatedSearchState(const changeset_ty &Changes,  in UpdatedSearchState()  argument
121 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
139 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
152 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
163 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument
165 DDAI.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState()
181 DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, in DAGDeltaAlgorithmImpl() argument
184 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
185 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
196 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
197 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl()
217 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
218 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl()
220 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
221 ie = Changes.end(); it != ie; ++it) in DAGDeltaAlgorithmImpl()
230 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
231 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
232 if (it != Changes.begin()) llvm::errs() << ", "; in DAGDeltaAlgorithmImpl()
256 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
257 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
268 for (changeset_ty::const_iterator it = Changes.begin(), in DAGDeltaAlgorithmImpl()
269 ie = Changes.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
283 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes, in GetTestResult() argument
286 Extended.insert(Changes.begin(), Changes.end()); in GetTestResult()
287 for (changeset_ty::const_iterator it = Changes.begin(), in GetTestResult()
288 ie = Changes.end(); it != ie; ++it) in GetTestResult()
351 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, in Run() argument
353 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); in Run()