Home
last modified time | relevance | path

Searched refs:NoVal (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h249 NoVal, // Empty DbgValue indicating an unknown value. Used as initializer, enumerator
263 assert(Kind == NoVal || Kind == VPHI); in DbgValue()
288 else if (Kind == NoVal && BlockNo != Other.BlockNo)
H A DInstrRefBasedImpl.cpp673 } else if (Kind == NoVal) { in dump()
2378 if (OutVal.Kind == DbgValue::Const || OutVal.Kind == DbgValue::NoVal) in pickVPHILoc()
2522 if (V.second->Kind == DbgValue::NoVal) in vlocJoin()
2680 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()
2703 DbgValue EmptyDbgValue(I, EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()
2799 DbgValue NewVal(MBB->getNumber(), EmptyProperties, DbgValue::NoVal); in buildVLocValueMap()
2851 if (BlockLiveIn->Kind == DbgValue::NoVal) in buildVLocValueMap()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp1855 VLiveOuts[2] = DbgValue(2, EmptyProps, DbgValue::NoVal); in TEST_F()
2187 DbgValue JoinedLoc = DbgValue(3, EmptyProps, DbgValue::NoVal); in TEST_F()
2205 JoinedLoc = DbgValue(3, EmptyProps, DbgValue::NoVal); in TEST_F()