Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5676 SmallVector<unsigned, 2> InstsCount(VL.size(), 0); in buildTree_rec() local
5679 InstsCount.push_back(count_if(I->operand_values(), [](Value *Op) { in buildTree_rec()
5685 std::accumulate(InstsCount.begin(), InstsCount.end(), 0) < 2) || in buildTree_rec()
5687 all_of(InstsCount, [](unsigned ICnt) { return ICnt < 2; }))) in buildTree_rec()