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