llvm::LoopVectorizeResult

Storage for information about made changes.

Synopsis

Declared in <llvm/Transforms/Vectorize/LoopVectorize.h>

struct LoopVectorizeResult;

Member Functions

NameDescription
LoopVectorizeResult [constructor]Construct a result recording whether any change and CFG change occurred.

Data Members

NameDescription
MadeAnyChange Whether the pass made any IR change.
MadeCFGChange Whether the pass made a change that affects the CFG.