Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1056 DbgValueProperties EmptyProperties;
1062 EmptyProperties(EmptyExpr, false, false) {}
1101 DbgValue Rec = DbgValue(EmptyProperties, DbgValue::Undef);
H A DInstrRefBasedImpl.cpp3214 DbgValueProperties EmptyProperties(EmptyExpr, false, false); in buildVLocValueMap() local
3216 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()
3239 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()
3270 *LiveIn = DbgValue(BlockNo, EmptyProperties, DbgValue::VPHI); in buildVLocValueMap()
3334 DbgValue NewVal(MBB->getNumber(), EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()