Lines Matching refs:NumUpdated
2729 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
2740 ++NumUpdated; in handleOperandChangeImpl()
2758 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
2772 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
2780 ++NumUpdated; in handleOperandChangeImpl()
2794 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
2803 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
2809 ++NumUpdated; in handleOperandChangeImpl()
2820 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
2828 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
2834 ++NumUpdated; in handleOperandChangeImpl()
2839 assert(NumUpdated && "I didn't contain From!"); in handleOperandChangeImpl()
2846 NewOps, this, From, To, NumUpdated, OperandNo); in handleOperandChangeImpl()