Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp939 static const int PredCountLimit = 64; in foldAggregateConstructionIntoAggregateReuse() local
946 if (Preds.size() >= PredCountLimit) // FIXME: only count duplicates once? in foldAggregateConstructionIntoAggregateReuse()