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