Lines Matching defs:GVs
156 SetVector<GlobalValue *> GVs;
166 GVs.insert(GA);
181 GVs.insert(&*GA);
200 GVs.insert(GV);
214 GVs.insert(&GV);
233 GVs.insert(GV);
248 GVs.insert(&*F);
273 GVs.insert(F);
283 for (GlobalValue *GV : GVs) {
300 if (CF->isDeclaration() || !GVs.insert(CF))
312 for (size_t i = 0, e = GVs.size(); i != e; ++i)
313 Materialize(*GVs[i]);
315 // Deleting. Materialize every GV that's *not* in GVs.
316 SmallPtrSet<GlobalValue *, 8> GVSet(GVs.begin(), GVs.end());
324 std::vector<GlobalValue *> Gvs(GVs.begin(), GVs.end());
342 // Now that we have all the GVs we want, mark the module as fully