Searched refs:HashGVs (Results 1 – 1 of 1) sorted by relevance
337 std::vector<const GlobalValue*> HashGVs; in emitPartition() local338 HashGVs.reserve(GVsToExtract->size()); in emitPartition()340 HashGVs.push_back(GV); in emitPartition()341 llvm::sort(HashGVs, [](const GlobalValue *LHS, const GlobalValue *RHS) { in emitPartition()345 for (const auto *GV : HashGVs) { in emitPartition()