Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7470 SmallDenseMap<unsigned, unsigned> PredCountMap; in tryToReduce() local
7474 ++PredCountMap[Pred]; in tryToReduce()
7477 stable_sort(ReducedVals, [&PredCountMap](Value *A, Value *B) { in tryToReduce()
7481 return PredCountMap[PredA] > PredCountMap[PredB]; in tryToReduce()