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