LLVM 22.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 122 of file LoopVectorize.h.
Definition at line 126 of file LoopVectorize.h.
References MadeAnyChange, and MadeCFGChange.
bool llvm::LoopVectorizeResult::MadeAnyChange |
Definition at line 123 of file LoopVectorize.h.
Referenced by LoopVectorizeResult().
bool llvm::LoopVectorizeResult::MadeCFGChange |
Definition at line 124 of file LoopVectorize.h.
Referenced by LoopVectorizeResult().