Searched defs:mergeWith (Results 1 – 3 of 3) sorted by relevance
/llvm-project/bolt/include/bolt/Profile/ | ||
H A D | DataReader.h | 180 void mergeWith(const MemInfo &MI) { Count += MI.Count; } in mergeWith() function |
/llvm-project/clang-tools-extra/clang-tidy/ | ||
H A D | ClangTidyOptions.cpp | 229 ClangTidyOptions &ClangTidyOptions::mergeWith(const ClangTidyOptions &Other, mergeWith() function in clang::tidy::ClangTidyOptions |
/llvm-project/bolt/lib/Profile/ | ||
H A D | DataReader.cpp | 106 void SampleInfo::mergeWith(const SampleInfo &SI) { Hits += SI.Hits; } in mergeWith() function in llvm::bolt::SampleInfo |