Searched refs:unsorted_start (Results 1 – 1 of 1) sorted by relevance
3508 Iter unsorted_start = materializations.begin(); in ReorderMaterializationsForEnvDominance() local3512 while (unsorted_start != unsorted_end) { in ReorderMaterializationsForEnvDominance()3514 for (Iter candidate = unsorted_start; candidate != unsorted_end; ++candidate) { in ReorderMaterializationsForEnvDominance()3528 std::swap(*unsorted_start, *candidate); in ReorderMaterializationsForEnvDominance()3529 ++unsorted_start; in ReorderMaterializationsForEnvDominance()