Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DSeedCollection.cpp35 SeedCollection::SeedCollection(StringRef Pipeline) in SeedCollection() function in llvm::sandboxir::SeedCollection
39 bool SeedCollection::runOnFunction(Function &F, const Analyses &A) { in runOnFunction()
H A DPassRegistry.def36 FUNCTION_PASS_WITH_PARAMS("seed-collection", ::llvm::sandboxir::SeedCollection)
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DSeedCollection.h24 class SeedCollection final : public FunctionPass {
30 SeedCollection(StringRef Pipeline);
/freebsd/lib/clang/libllvm/
H A DMakefile2149 SRCS_MIN+= Transforms/Vectorize/SandboxVectorizer/Passes/SeedCollection.cpp