Searched refs:EmptyProperties (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | InstrRefBasedImpl.h | 1059 DbgValueProperties EmptyProperties; 1065 EmptyProperties(EmptyExpr, false, false) {} 1106 DbgValue Rec = DbgValue(EmptyProperties, DbgValue::Undef);
|
H A D | InstrRefBasedImpl.cpp | 3184 DbgValueProperties EmptyProperties(EmptyExpr, false, false); in buildVLocValueMap() local 3186 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap() 3209 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap() 3240 *LiveIn = DbgValue(BlockNo, EmptyProperties, DbgValue::VPHI); in buildVLocValueMap() 3306 DbgValue NewVal(MBB->getNumber(), EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()
|