Searched refs:ToRemap (Results 1 – 1 of 1) sorted by relevance
2699 SmallVector<std::pair<LocIdx, ValueIDNum>, 32> ToRemap; in buildMLocValueMap() local2721 ToRemap.clear(); in buildMLocValueMap()2726 ToRemap.push_back(std::make_pair(P.first, NewID)); in buildMLocValueMap()2730 ToRemap.push_back(std::make_pair(P.first, P.second)); in buildMLocValueMap()2736 for (auto &P : ToRemap) in buildMLocValueMap()