Searched refs:NumUpdated (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | Constants.cpp | 2853 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 2862 ++NumUpdated; in handleOperandChangeImpl() 2880 Values, this, From, ToC, NumUpdated, U - OperandList); in handleOperandChangeImpl() 2935 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 2939 ++NumUpdated; in handleOperandChangeImpl() 2951 Values, this, From, ToC, NumUpdated, U - OperandList); in handleOperandChangeImpl() 2959 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 2963 ++NumUpdated; in handleOperandChangeImpl() 2968 assert(NumUpdated && "I didn't contain From!"); in handleOperandChangeImpl() 2976 NewOps, this, From, To, NumUpdated, U - OperandList); in handleOperandChangeImpl()
|
D | ConstantsContext.h | 643 Constant *To, unsigned NumUpdated = 0, 653 if (NumUpdated == 1) {
|