Lines Matching refs:NumUpdated
3102 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3113 ++NumUpdated; in handleOperandChangeImpl()
3131 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
3145 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3153 ++NumUpdated; in handleOperandChangeImpl()
3167 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
3176 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3182 ++NumUpdated; in handleOperandChangeImpl()
3193 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
3201 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
3207 ++NumUpdated; in handleOperandChangeImpl()
3212 assert(NumUpdated && "I didn't contain From!"); in handleOperandChangeImpl()
3219 NewOps, this, From, To, NumUpdated, OperandNo); in handleOperandChangeImpl()