Searched refs:PredCountMap (Results 1 – 1 of 1) sorted by relevance
7820 SmallDenseMap<unsigned, unsigned> PredCountMap; in tryToReduce() local7824 ++PredCountMap[Pred]; in tryToReduce()7827 stable_sort(ReducedVals, [&PredCountMap](Value *A, Value *B) { in tryToReduce()7831 return PredCountMap[PredA] > PredCountMap[PredB]; in tryToReduce()