Searched refs:SameContentReplacements (Results 1 – 1 of 1) sorted by relevance
144 SameContentReplacements; in mergeConstants() local223 SameContentReplacements.push_back(std::make_pair(&GV, Slot)); in mergeConstants()229 for (unsigned i = 0, e = SameContentReplacements.size(); i != e; ++i) { in mergeConstants()230 GlobalVariable *Old = SameContentReplacements[i].first; in mergeConstants()231 GlobalVariable *New = SameContentReplacements[i].second; in mergeConstants()241 SameContentReplacements.clear(); in mergeConstants()