Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2258 SmallVector<std::pair<LocIdx, ValueIDNum>, 32> ToRemap; in buildMLocValueMap() local
2280 ToRemap.clear(); in buildMLocValueMap()
2285 ToRemap.push_back(std::make_pair(P.first, NewID)); in buildMLocValueMap()
2289 ToRemap.push_back(std::make_pair(P.first, P.second)); in buildMLocValueMap()
2295 for (auto &P : ToRemap) in buildMLocValueMap()