Searched refs:PathsSorted (Results 1 – 1 of 1) sorted by relevance
3389 llvm::SmallVector<std::reference_wrapper<VPtrInfo>, 2> PathsSorted; in rebucketPaths() local3390 PathsSorted.reserve(Paths.size()); in rebucketPaths()3392 PathsSorted.push_back(*P); in rebucketPaths()3393 llvm::sort(PathsSorted, [](const VPtrInfo &LHS, const VPtrInfo &RHS) { in rebucketPaths()3397 for (size_t I = 0, E = PathsSorted.size(); I != E;) { in rebucketPaths()3403 PathsSorted[BucketStart].get().MangledPath == in rebucketPaths()3404 PathsSorted[I].get().MangledPath); in rebucketPaths()3409 Changed |= extendPath(PathsSorted[II]); in rebucketPaths()