Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h703 DbgValueProperties EmptyProperties; variable
707 : OverlappingFragments(O), EmptyProperties(EmptyExpr, false) {} in VLocTracker()
760 DbgValue Rec = DbgValue(EmptyProperties, DbgValue::Undef); in considerOverlaps()
H A DInstrRefBasedImpl.cpp2678 DbgValueProperties EmptyProperties(EmptyExpr, false); in buildVLocValueMap() local
2680 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()
2703 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()
2734 *LiveIn = DbgValue(BlockNo, EmptyProperties, DbgValue::VPHI); in buildVLocValueMap()
2799 DbgValue NewVal(MBB->getNumber(), EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()