Searched refs:ToRemap (Results 1 – 1 of 1) sorted by relevance
2663 SmallVector<std::pair<LocIdx, ValueIDNum>, 32> ToRemap; in buildMLocValueMap() local2685 ToRemap.clear(); in buildMLocValueMap()2690 ToRemap.push_back(std::make_pair(P.first, NewID)); in buildMLocValueMap()2694 ToRemap.push_back(std::make_pair(P.first, P.second)); in buildMLocValueMap()2700 for (auto &P : ToRemap) in buildMLocValueMap()