Run the sandbox vectorizer over the function.
Declared in <llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h>
PreservedAnalyses
run(
Function& F,
FunctionAnalysisManager& AM);
The set of analyses preserved after running this pass.
| Name | Description |
|---|---|
| F | Function that may be vectorized. |
| AM | Function analysis manager providing analyses for the pass. |