Storage for information about made changes.
Synopsis
Declared in <llvm/Transforms/Vectorize/LoopVectorize.h>
struct LoopVectorizeResult;
Member Functions
Name |
Description |
|
Construct a result recording whether any change and CFG change occurred. |
Data Members
Name |
Description |
Whether the pass made any IR change. |
|
Whether the pass made a change that affects the CFG. |
Created with MrDocs