Searched refs:PathsSorted (Results 1 – 1 of 1) sorted by relevance
3366 VPtrInfoVector PathsSorted(Paths); in rebucketPaths() local3367 std::sort(PathsSorted.begin(), PathsSorted.end(), in rebucketPaths()3372 for (size_t I = 0, E = PathsSorted.size(); I != E;) { in rebucketPaths()3377 } while (I != E && PathsSorted[BucketStart]->MangledPath == in rebucketPaths()3378 PathsSorted[I]->MangledPath); in rebucketPaths()3383 Changed |= extendPath(PathsSorted[II]); in rebucketPaths()