Searched refs:RegNumMap (Results 1 – 1 of 1) sorted by relevance
4795 DenseMap <const SCEV *, float> RegNumMap; in NarrowSearchSpaceByDeletingCostlyFormulas() local4809 RegNumMap.insert(std::make_pair(Reg, PNotSel)); in NarrowSearchSpaceByDeletingCostlyFormulas()4834 FRegNum += RegNumMap[BaseReg] / LU.getNotSelectedProbability(BaseReg); in NarrowSearchSpaceByDeletingCostlyFormulas()4837 RegNumMap[BaseReg] / LU.getNotSelectedProbability(BaseReg); in NarrowSearchSpaceByDeletingCostlyFormulas()4842 RegNumMap[ScaledReg] / LU.getNotSelectedProbability(ScaledReg); in NarrowSearchSpaceByDeletingCostlyFormulas()4845 RegNumMap[ScaledReg] / LU.getNotSelectedProbability(ScaledReg); in NarrowSearchSpaceByDeletingCostlyFormulas()