Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h92 void collectSeedInstructions(BasicBlock *BB);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp20923 collectSeedInstructions(BB); in runImpl()
21536 void SLPVectorizerPass::collectSeedInstructions(BasicBlock *BB) { in collectSeedInstructions() function in SLPVectorizerPass