Searched refs:NumUpdated (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Constants.cpp | 3303 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 3314 ++NumUpdated; in handleOperandChangeImpl() 3332 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 3346 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 3354 ++NumUpdated; in handleOperandChangeImpl() 3368 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 3377 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 3383 ++NumUpdated; in handleOperandChangeImpl() 3394 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 3402 unsigned NumUpdated = 0; in handleOperandChangeImpl() local [all …]
|
| H A D | ConstantsContext.h | 656 Constant *To, unsigned NumUpdated = 0, 669 if (NumUpdated == 1) {
|