Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h979 DbgValueProperties EmptyProperties;
983 : OverlappingFragments(O), EmptyProperties(EmptyExpr, false, false) {}
1020 DbgValue Rec = DbgValue(EmptyProperties, DbgValue::Undef);
H A DInstrRefBasedImpl.cpp3147 DbgValueProperties EmptyProperties(EmptyExpr, false, false); in buildVLocValueMap() local
3149 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()
3172 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()
3203 *LiveIn = DbgValue(BlockNo, EmptyProperties, DbgValue::VPHI); in buildVLocValueMap()
3269 DbgValue NewVal(MBB->getNumber(), EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()