Searched refs:PathsSorted (Results 1 – 1 of 1) sorted by relevance
3413 VPtrInfoVector PathsSorted(Paths); in rebucketPaths() local3414 std::sort(PathsSorted.begin(), PathsSorted.end(), in rebucketPaths()3419 for (size_t I = 0, E = PathsSorted.size(); I != E;) { in rebucketPaths()3424 } while (I != E && PathsSorted[BucketStart]->MangledPath == in rebucketPaths()3425 PathsSorted[I]->MangledPath); in rebucketPaths()3430 Changed |= extendPath(PathsSorted[II]); in rebucketPaths()