Searched refs:SameContentReplacements (Results 1 – 1 of 1) sorted by relevance
145 SameContentReplacements; in mergeConstants() local230 SameContentReplacements.push_back(std::make_pair(GV, Slot)); in mergeConstants()236 for (unsigned i = 0, e = SameContentReplacements.size(); i != e; ++i) { in mergeConstants()237 GlobalVariable *Old = SameContentReplacements[i].first; in mergeConstants()238 GlobalVariable *New = SameContentReplacements[i].second; in mergeConstants()248 SameContentReplacements.clear(); in mergeConstants()