Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3265 auto TransferIt = VTracker.Vars.find(Var); in buildVLocValueMap() local
3266 if (TransferIt != VTracker.Vars.end()) { in buildVLocValueMap()
3268 if (TransferIt->second.Kind == DbgValue::Undef) { in buildVLocValueMap()
3276 if (*LiveOut != TransferIt->second) { in buildVLocValueMap()
3277 *LiveOut = TransferIt->second; in buildVLocValueMap()