Create a region pass named Name with the given arguments.
Declared in <llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerPassBuilder.h>
static
std::unique_ptr<RegionPass>
createRegionPass(
StringRef Name,
StringRef Args,
StringRef AuxArg);
The created pass, or nullptr if Name is unknown.
| Name | Description |
|---|---|
| Name | Registered region-pass name. |
| Args | Standard pass arguments from the pipeline (<...>); must be empty for currently registered region passes. |
| AuxArg | Auxiliary pass argument from the pipeline ((...)). |