Go to the documentation of this file.
24 #ifndef LLVM_TRANSFORMS_VECTORIZE_VPLANVERIFIER_H
25 #define LLVM_TRANSFORMS_VECTORIZE_VPLANVERIFIER_H
48 #endif //LLVM_TRANSFORMS_VECTORIZE_VPLANVERIFIER_H
This is an optimization pass for GlobalISel generic memory operations.
static bool verifyPlanIsValid(const VPlan &Plan)
Verify invariants for general VPlans.
Struct with utility functions that can be used to check the consistency and invariants of a VPlan,...
VPRegionBlock represents a collection of VPBasicBlocks and VPRegionBlocks which form a Single-Entry-S...
void verifyHierarchicalCFG(const VPRegionBlock *TopRegion) const
Verify the invariants of the H-CFG starting from TopRegion.
VPlan models a candidate for vectorization, encoding various decisions take to produce efficient outp...