Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4980 unsigned BestNum = 0; in NarrowSearchSpaceByPickingWinnerRegs() local
4986 BestNum = RegUses.getUsedByIndices(Reg).count(); in NarrowSearchSpaceByPickingWinnerRegs()
4989 if (Count > BestNum) { in NarrowSearchSpaceByPickingWinnerRegs()
4991 BestNum = Count; in NarrowSearchSpaceByPickingWinnerRegs()