Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1093 static const int PredCountLimit = 64; in foldAggregateConstructionIntoAggregateReuse() local
1100 if (Preds.size() >= PredCountLimit) // FIXME: only count duplicates once? in foldAggregateConstructionIntoAggregateReuse()