Home
last modified time | relevance | path

Searched refs:ToRemap (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2699 SmallVector<std::pair<LocIdx, ValueIDNum>, 32> ToRemap; in buildMLocValueMap() local
2721 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()