Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4734 unsigned BestNum = 0; in NarrowSearchSpaceByPickingWinnerRegs() local
4740 BestNum = RegUses.getUsedByIndices(Reg).count(); in NarrowSearchSpaceByPickingWinnerRegs()
4743 if (Count > BestNum) { in NarrowSearchSpaceByPickingWinnerRegs()
4745 BestNum = Count; in NarrowSearchSpaceByPickingWinnerRegs()