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