Lines Matching refs:NumUpdated
3310 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3321 ++NumUpdated; in handleOperandChangeImpl()
3339 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
3353 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3361 ++NumUpdated; in handleOperandChangeImpl()
3375 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
3384 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3390 ++NumUpdated; in handleOperandChangeImpl()
3401 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
3409 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3415 ++NumUpdated; in handleOperandChangeImpl()
3420 assert(NumUpdated && "I didn't contain From!"); in handleOperandChangeImpl()
3427 NewOps, this, From, To, NumUpdated, OperandNo); in handleOperandChangeImpl()