Factory for creating SandboxVectorizer function and region passes by name.
Declared in <llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerPassBuilder.h>
class SandboxVectorizerPassBuilder;
Used by passes with sub-pipelines so they can instantiate registered SandboxVectorizer passes without duplicating creation logic.
| Name | Description |
|---|---|
createFunctionPass | Create a function pass named Name with the given arguments. |
createRegionPass | Create a region pass named Name with the given arguments. |