Lines Matching defs:Changes
115 void UpdatedSearchState(const changeset_ty &Changes,
118 DDA.UpdatedSearchState(Changes, Sets, Required);
136 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
141 /// GetTestResult - Get the test result for the active set \p Changes with
144 /// \param Changes - The set of active changes being minimized, which should
149 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
160 void UpdatedSearchState(const changeset_ty &Changes,
162 DDAI.UpdatedSearchState(Changes, Sets, Required);
178 DAGDeltaAlgorithm &DDA, const changeset_ty &Changes,
181 for (change_ty Change : Changes) {
191 for (change_ty Change : Changes)
211 for (change_ty Change : Changes)
213 for (change_ty Change : Changes)
222 llvm::errs() << "Changes: [";
223 for (changeset_ty::const_iterator it = Changes.begin(), ie = Changes.end();
225 if (it != Changes.begin())
253 for (change_ty Change : Changes) {
266 for (change_ty Change : Changes) {
282 bool DAGDeltaAlgorithmImpl::GetTestResult(const changeset_ty &Changes,
285 Extended.insert(Changes.begin(), Changes.end());
286 for (change_ty Change : Changes)
348 DAGDeltaAlgorithm::Run(const changeset_ty &Changes,
350 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run();