Home
last modified time | relevance | path

Searched refs:NumCopies (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DBranchCloneCheck.cpp132 int NumCopies = 1; in check() local
140 NumCopies++; in check()
143 if (NumCopies == 2) { in check()
157 << (NumCopies - 1); in check()
/llvm-project-15.0.7/libcxx/benchmarks/algorithms/
H A Dcommon.h191 const size_t NumCopies = std::max(size_t{1}, TestSetElements / N); in makeOrderedValues() local
192 Ret.resize(NumCopies); in makeOrderedValues()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSplitKit.cpp51 STATISTIC(NumCopies, "Number of copies inserted for splitting");
626 ++NumCopies; in defFromParent()