Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3266 auto TransferIt = VTracker.Vars.find(Var); in buildVLocValueMap() local
3267 if (TransferIt != VTracker.Vars.end()) { in buildVLocValueMap()
3269 if (TransferIt->second.Kind == DbgValue::Undef) { in buildVLocValueMap()
3277 if (*LiveOut != TransferIt->second) { in buildVLocValueMap()
3278 *LiveOut = TransferIt->second; in buildVLocValueMap()