Lines Matching refs:Prop
824 DbgValue(const ValueIDNum &Val, const DbgValueProperties &Prop, KindT Kind) in DbgValue() argument
825 : ID(Val), Properties(Prop), Kind(Kind) { in DbgValue()
829 DbgValue(unsigned BlockNo, const DbgValueProperties &Prop, KindT Kind) in DbgValue() argument
830 : BlockNo(BlockNo), Properties(Prop), Kind(Kind) { in DbgValue()
834 DbgValue(const MachineOperand &MO, const DbgValueProperties &Prop, KindT Kind) in DbgValue() argument
835 : MO(MO), Properties(Prop), Kind(Kind) { in DbgValue()
839 DbgValue(const DbgValueProperties &Prop, KindT Kind) in DbgValue() argument
840 : Properties(Prop), Kind(Kind) { in DbgValue()
1203 bool recoverAsEntryValue(const DebugVariable &Var, DbgValueProperties &Prop, in recoverAsEntryValue() argument
1211 if (!isEntryValueVariable(Var, Prop.DIExpr)) in recoverAsEntryValue()
1220 DIExpression::prepend(Prop.DIExpr, DIExpression::EntryValue); in recoverAsEntryValue()
1225 PendingDbgValues.push_back(emitMOLoc(MO, Var, {NewExpr, Prop.Indirect})); in recoverAsEntryValue()
1321 auto &Prop = ActiveVLocs.find(Var)->second.Properties; in clobberMloc() local
1322 recoverAsEntryValue(Var, Prop, OldValue); in clobberMloc()