Home
last modified time | relevance | path

Searched defs:mergeWith (Results 1 – 3 of 3) sorted by relevance

/llvm-project/bolt/include/bolt/Profile/
H A DDataReader.h180 void mergeWith(const MemInfo &MI) { Count += MI.Count; } in mergeWith() function
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.cpp229 ClangTidyOptions &ClangTidyOptions::mergeWith(const ClangTidyOptions &Other, mergeWith() function in clang::tidy::ClangTidyOptions
/llvm-project/bolt/lib/Profile/
H A DDataReader.cpp106 void SampleInfo::mergeWith(const SampleInfo &SI) { Hits += SI.Hits; } in mergeWith() function in llvm::bolt::SampleInfo
183 void BranchInfo::mergeWith(const BranchInfo &BI) { in mergeWith() function in llvm::bolt::BranchInfo