LLVM 20.0.0git
|
Storage for information about made changes. More...
#include "llvm/Transforms/Vectorize/LoopVectorize.h"
Public Member Functions | |
LoopVectorizeResult (bool MadeAnyChange, bool MadeCFGChange) | |
Public Attributes | |
bool | MadeAnyChange |
bool | MadeCFGChange |
Storage for information about made changes.
Definition at line 152 of file LoopVectorize.h.
Definition at line 156 of file LoopVectorize.h.
bool llvm::LoopVectorizeResult::MadeAnyChange |
Definition at line 153 of file LoopVectorize.h.
bool llvm::LoopVectorizeResult::MadeCFGChange |
Definition at line 154 of file LoopVectorize.h.