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