Storage for information about made changes.

Synopsis

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

struct LoopVectorizeResult;

Member Functions

Name

Description

LoopVectorizeResult [constructor]

Construct a result recording whether any change and CFG change occurred.

Data Members

Name

Description

MadeAnyChange

Whether the pass made any IR change.

MadeCFGChange

Whether the pass made a change that affects the CFG.

Created with MrDocs