Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h1018 DbgValueProperties EmptyProperties;
1022 : OverlappingFragments(O), EmptyProperties(EmptyExpr, false, false) {}
1059 DbgValue Rec = DbgValue(EmptyProperties, DbgValue::Undef);
H A DInstrRefBasedImpl.cpp3148 DbgValueProperties EmptyProperties(EmptyExpr, false, false); in buildVLocValueMap() local
3150 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()
3173 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()
3204 *LiveIn = DbgValue(BlockNo, EmptyProperties, DbgValue::VPHI); in buildVLocValueMap()
3270 DbgValue NewVal(MBB->getNumber(), EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()