Searched refs:NumUpdated (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Constants.cpp | 2099 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 2108 ++NumUpdated; in handleOperandChangeImpl() 2114 Values, this, From, To, NumUpdated, OperandNo); in handleOperandChangeImpl() 3278 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 3289 ++NumUpdated; in handleOperandChangeImpl() 3307 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 3321 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 3329 ++NumUpdated; in handleOperandChangeImpl() 3343 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 3352 unsigned NumUpdated = 0; in handleOperandChangeImpl() local [all …]
|
| H A D | ConstantsContext.h | 655 Constant *To, unsigned NumUpdated = 0, 668 if (NumUpdated == 1) {
|