Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:GVs

125     bool TestGlobalVariables(std::vector<GlobalVariable*> &GVs);
131 std::vector<GlobalVariable*> &GVs) {
139 for (unsigned i = 0, e = GVs.size(); i != e; ++i) {
140 GlobalVariable* CMGV = cast<GlobalVariable>(VMap[GVs[i]]);
146 PrintGlobalVariableList(GVs);
164 GVs.assign(GVSet.begin(), GVSet.end());
469 std::vector<GlobalVariable*> GVs;
474 GVs.push_back(I);
476 if (GVs.size() > 1 && !BugpointIsInterrupted) {
480 unsigned OldSize = GVs.size();
481 ReduceCrashingGlobalVariables(BD, TestFn).reduceList(GVs, Error);
485 if (GVs.size() < OldSize)