Searched refs:HashGVs (Results 1 – 1 of 1) sorted by relevance
261 std::vector<const GlobalValue *> HashGVs; in emitPartition() local262 HashGVs.reserve(GVsToExtract->size()); in emitPartition()263 llvm::append_range(HashGVs, *GVsToExtract); in emitPartition()264 llvm::sort(HashGVs, [](const GlobalValue *LHS, const GlobalValue *RHS) { in emitPartition()268 for (const auto *GV : HashGVs) { in emitPartition()