llvm::sandboxir::SandboxVectorizerPassBuilder::createRegionPass

Create a region pass named Name with the given arguments.

Synopsis

Declared in <llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerPassBuilder.h>

static
std::unique_ptr<RegionPass>
createRegionPass(
    StringRef Name,
    StringRef Args,
    StringRef AuxArg);

Return Value

The created pass, or nullptr if Name is unknown.

Parameters

NameDescription
NameRegistered region-pass name.
ArgsStandard pass arguments from the pipeline (<...>); must be empty for currently registered region passes.
AuxArgAuxiliary pass argument from the pipeline ((...)).