Lines Matching refs:Properties
241 DbgValueProperties Properties; variable
256 : ID(Val), MO(None), BlockNo(0), Properties(Prop), Kind(Kind) { in DbgValue()
262 Properties(Prop), Kind(Kind) { in DbgValue()
267 : ID(ValueIDNum::EmptyValue), MO(MO), BlockNo(0), Properties(Prop), in DbgValue()
273 : ID(ValueIDNum::EmptyValue), MO(None), BlockNo(0), Properties(Prop), in DbgValue()
284 if (std::tie(Kind, Properties) != std::tie(Other.Kind, Other.Properties))
674 const DbgValueProperties &Properties);
709 void defVar(const MachineInstr &MI, const DbgValueProperties &Properties, in defVar() argument
714 DbgValue Rec = (ID) ? DbgValue(*ID, Properties, DbgValue::Def) in defVar()
715 : DbgValue(Properties, DbgValue::Undef); in defVar()
731 DbgValueProperties Properties(MI); in defVar()
732 DbgValue Rec = DbgValue(MO, Properties, DbgValue::Const); in defVar()