|
LLVM 23.0.0git
|
#include "llvm/Transforms/Scalar/SROA.h"
Public Types | |
| enum | CFGOption { ModifyCFG , PreserveCFG } |
Public Member Functions | |
| SROAOptions (CFGOption CFG=PreserveCFG, bool AggregateToVector=false) | |
Public Attributes | |
| CFGOption | CFG |
| bool | AggregateToVector |
|
inline |
Definition at line 30 of file SROA.h.
References AggregateToVector, CFG, and PreserveCFG.
| bool llvm::SROAOptions::AggregateToVector |
Definition at line 28 of file SROA.h.
Referenced by SROAOptions().
| CFGOption llvm::SROAOptions::CFG |
Definition at line 27 of file SROA.h.
Referenced by SROAOptions().