Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7820 SmallDenseMap<unsigned, unsigned> PredCountMap; in tryToReduce() local
7824 ++PredCountMap[Pred]; in tryToReduce()
7827 stable_sort(ReducedVals, [&PredCountMap](Value *A, Value *B) { in tryToReduce()
7831 return PredCountMap[PredA] > PredCountMap[PredB]; in tryToReduce()