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.cpp3216 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap() local
3217 LiveIns.push_back(EmptyDbgValue); in buildVLocValueMap()
3218 LiveOuts.push_back(EmptyDbgValue); in buildVLocValueMap()
3239 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap() local
3240 LiveIns[I] = EmptyDbgValue; in buildVLocValueMap()
3241 LiveOuts[I] = EmptyDbgValue; in buildVLocValueMap()