Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
DInstrRefBasedImpl.cpp815 NoVal // Empty DbgValue, generated during dataflow. BlockNo stores enumerator
828 assert(Kind == NoVal); in DbgValue()
845 } else if (Kind == NoVal) { in dump()
866 else if (Kind == NoVal && BlockNo != Other.BlockNo) in operator ==()
2490 if (OldLiveInLocation.Kind == DbgValue::NoVal) { in vlocDowngradeLattice()
2500 if (InValue.Kind == DbgValue::Const || InValue.Kind == DbgValue::NoVal) in vlocDowngradeLattice()
2552 if (OutVal.Kind == DbgValue::Const || OutVal.Kind == DbgValue::NoVal) in pickVPHILoc()
2666 DbgValue NoLocPHIVal(MBB.getNumber(), Properties, DbgValue::NoVal); in vlocJoin()
3104 P.second.Kind == DbgValue::NoVal) in vlocDataflow()