Lines Matching refs:DPValue
104 static DPValue *createDebugValue(DIBuilder &DIB, Value *NewValue, in createDebugValue()
107 DPValue *InsertBefore) { in createDebugValue()
109 return DPValue::createDPValue(NewValue, Variable, Expression, DI, in createDebugValue()
127 SmallVector<DPValue *> DPVAssigns;
136 for (DPValue *DPV : at::getDPVAssignmentMarkers(AI)) { in init()
147 SmallSet<DPValue *, 8> *DPVAssignsToDelete) const { in updateForDeletedStore() argument
210 using DPUserVec = SmallVector<DPValue *, 1>;
266 SmallVector<DPValue *> AllDPUsers; in AnalyzeAlloca()
274 [](DPValue *DPV) { return !DPV->isDbgAssign(); }); in AnalyzeAlloca()
382 SmallSet<DPValue *, 8> DPVAssignsToDelete;
512 SmallSet<DPValue *, 8> *DPVAssignsToDelete) { in rewriteSingleStoreAlloca() argument
622 SmallSet<DPValue *, 8> *DPVAssignsToDelete) { in promoteSingleBlockAlloca() argument