Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5343 unsigned BestNum = 0; in NarrowSearchSpaceByPickingWinnerRegs() local
5349 BestNum = RegUses.getUsedByIndices(Reg).count(); in NarrowSearchSpaceByPickingWinnerRegs()
5352 if (Count > BestNum) { in NarrowSearchSpaceByPickingWinnerRegs()
5354 BestNum = Count; in NarrowSearchSpaceByPickingWinnerRegs()
5360 if (Count == BestNum) { in NarrowSearchSpaceByPickingWinnerRegs()
5366 BestNum = Count; in NarrowSearchSpaceByPickingWinnerRegs()