Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3186 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap() local
3187 LiveIns.push_back(EmptyDbgValue); in buildVLocValueMap()
3188 LiveOuts.push_back(EmptyDbgValue); in buildVLocValueMap()
3209 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap() local
3210 LiveIns[I] = EmptyDbgValue; in buildVLocValueMap()
3211 LiveOuts[I] = EmptyDbgValue; in buildVLocValueMap()