Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp818 NoVal // Empty DbgValue, generated during dataflow. BlockNo stores enumerator
831 assert(Kind == NoVal); in DbgValue()
848 } else if (Kind == NoVal) { in dump()
869 else if (Kind == NoVal && BlockNo != Other.BlockNo) in operator ==()
2492 if (OldLiveInLocation.Kind == DbgValue::NoVal) { in vlocDowngradeLattice()
2502 if (InValue.Kind == DbgValue::Const || InValue.Kind == DbgValue::NoVal) in vlocDowngradeLattice()
2554 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()