Home
last modified time | relevance | path

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

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