Searched refs:NumUpdated (Results 1 – 5 of 5) 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-7.0/llvm/lib/IR/ |
D | Constants.cpp | 2801 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 2812 ++NumUpdated; in handleOperandChangeImpl() 2830 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 2844 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 2852 ++NumUpdated; in handleOperandChangeImpl() 2866 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 2875 unsigned NumUpdated = 0; in handleOperandChangeImpl() local 2881 ++NumUpdated; in handleOperandChangeImpl() 2892 Values, this, From, ToC, NumUpdated, OperandNo); in handleOperandChangeImpl() 2900 unsigned NumUpdated = 0; in handleOperandChangeImpl() local [all …]
|
D | ConstantsContext.h | 672 Constant *To, unsigned NumUpdated = 0, 685 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()
|