LLVM 20.0.0git
|
Options to disable Loop Idiom Recognize, which can be shared with other passes. More...
#include "llvm/Transforms/Scalar/LoopIdiomRecognize.h"
Static Public Attributes | |
static bool | All |
When true, the entire pass is disabled. | |
static bool | Memset |
When true, Memset is disabled. | |
static bool | Memcpy |
When true, Memcpy is disabled. | |
Options to disable Loop Idiom Recognize, which can be shared with other passes.
Definition at line 28 of file LoopIdiomRecognize.h.
|
static |
When true, the entire pass is disabled.
Definition at line 30 of file LoopIdiomRecognize.h.
Referenced by llvm::LoopIdiomRecognizePass::run().
|
static |
When true, Memcpy is disabled.
Definition at line 36 of file LoopIdiomRecognize.h.
|
static |
When true, Memset is disabled.
Definition at line 33 of file LoopIdiomRecognize.h.