Searched refs:EmptyProperties (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.h | 703 DbgValueProperties EmptyProperties; variable 707 : OverlappingFragments(O), EmptyProperties(EmptyExpr, false) {} in VLocTracker() 760 DbgValue Rec = DbgValue(EmptyProperties, DbgValue::Undef); in considerOverlaps()
|
| H A D | InstrRefBasedImpl.cpp | 2678 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()
|