Searched refs:NumUpdated (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Constants.cpp | 3363 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 3374 ++NumUpdated; in handleOperandChangeImpl() 3392 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 3406 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 3414 ++NumUpdated; in handleOperandChangeImpl() 3428 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 3437 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 3443 ++NumUpdated; in handleOperandChangeImpl() 3454 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 3462 unsigned NumUpdated = 0; in handleOperandChangeImpl() local [all …]
|
| H A D | ConstantsContext.h | 754 Constant *To, unsigned NumUpdated = 0, 767 if (NumUpdated == 1) {
|