Searched refs:NumUpdated (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | Constants.cpp | 2729 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 2740 ++NumUpdated; in handleOperandChangeImpl() 2758 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 2772 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 2780 ++NumUpdated; in handleOperandChangeImpl() 2794 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 2803 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 2809 ++NumUpdated; in handleOperandChangeImpl() 2820 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 2828 unsigned NumUpdated = 0; in handleOperandChangeImpl() local [all …]
|
D | ConstantsContext.h | 637 Constant *To, unsigned NumUpdated = 0, 650 if (NumUpdated == 1) {
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Constants.cpp | 1924 unsigned NumUpdated = 0; in replaceUsesOfWithOnConstant() local 1930 ++NumUpdated; in replaceUsesOfWithOnConstant() 1940 ++NumUpdated; in replaceUsesOfWithOnConstant() 1967 if (NumUpdated == 1) { in replaceUsesOfWithOnConstant()
|