Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2663 SmallVector<std::pair<LocIdx, ValueIDNum>, 32> ToRemap; in buildMLocValueMap() local
2685 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()