Home
last modified time | relevance | path

Searched refs:NumUpdated (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstants.cpp2853 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
2864 ++NumUpdated; in handleOperandChangeImpl()
2882 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl()
2896 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
2904 ++NumUpdated; in handleOperandChangeImpl()
2927 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
2933 ++NumUpdated; in handleOperandChangeImpl()
2952 unsigned NumUpdated = 0; in handleOperandChangeImpl() local
2958 ++NumUpdated; in handleOperandChangeImpl()
2963 assert(NumUpdated && "I didn't contain From!"); in handleOperandChangeImpl()
[all …]
H A DConstantsContext.h674 Constant *To, unsigned NumUpdated = 0,
687 if (NumUpdated == 1) {