Go to the documentation of this file.
13 #ifndef LLVM_TRANSFORMS_VECTORIZE_VPLANTRANSFORMS_H
14 #define LLVM_TRANSFORMS_VECTORIZE_VPLANTRANSFORMS_H
21 class InductionDescriptor;
24 class ScalarEvolution;
33 GetIntOrFpInductionDescriptor,
70 #endif // LLVM_TRANSFORMS_VECTORIZE_VPLANTRANSFORMS_H
This is an optimization pass for GlobalISel generic memory operations.
Represents a single loop in the control flow graph.
The main scalar evolution driver.
std::unique_ptr< VPlan > VPlanPtr
A struct for saving information about induction variables.
An efficient, type-erasing, non-owning reference to a callable.
VPlan models a candidate for vectorization, encoding various decisions take to produce efficient outp...