Searched refs:NumUpdated (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Constants.cpp | 2083 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 2092 ++NumUpdated; in handleOperandChangeImpl() 2098 Values, this, From, To, NumUpdated, OperandNo); in handleOperandChangeImpl() 3247 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 3258 ++NumUpdated; in handleOperandChangeImpl() 3276 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 3290 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 3298 ++NumUpdated; in handleOperandChangeImpl() 3312 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 3321 unsigned NumUpdated = 0; in handleOperandChangeImpl() local [all …]
|
H A D | ConstantsContext.h | 649 Constant *To, unsigned NumUpdated = 0, 662 if (NumUpdated == 1) {
|