Searched refs:BestNum (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4873 unsigned BestNum = 0; local
4879 BestNum = RegUses.getUsedByIndices(Reg).count();
4882 if (Count > BestNum) {
4884 BestNum = Count;

Completed in 109 milliseconds