8#ifndef LLVM_TRANSFORMS_VECTORIZE_SANDBOXVECTORIZER_SANDBOXVECTORIZER_H
9#define LLVM_TRANSFORMS_VECTORIZE_SANDBOXVECTORIZER_SANDBOXVECTORIZER_H
22class TargetTransformInfo;
32 std::unique_ptr<sandboxir::Context> Ctx;
43 bool allowFile(
const std::string &SrcFilePath);
This header defines various interfaces for pass management in LLVM.
A private abstract base class describing the concept of an individual alias analysis implementation.
A container for analyses that lazily runs them and caches their results.
A set of analyses that are preserved following a run of a transformation pass.
LLVM_ABI SandboxVectorizerPass(SandboxVectorizerPass &&)
LLVM_ABI ~SandboxVectorizerPass()
LLVM_ABI PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM)
LLVM_ABI SandboxVectorizerPass()
The main scalar evolution driver.
This is an optimization pass for GlobalISel generic memory operations.
A CRTP mix-in to automatically provide informational APIs needed for passes.