Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5319 unsigned BestNum = 0; in NarrowSearchSpaceByPickingWinnerRegs() local
5325 BestNum = RegUses.getUsedByIndices(Reg).count(); in NarrowSearchSpaceByPickingWinnerRegs()
5328 if (Count > BestNum) { in NarrowSearchSpaceByPickingWinnerRegs()
5330 BestNum = Count; in NarrowSearchSpaceByPickingWinnerRegs()
5336 if (Count == BestNum) { in NarrowSearchSpaceByPickingWinnerRegs()
5342 BestNum = Count; in NarrowSearchSpaceByPickingWinnerRegs()