|
LLVM 22.0.0git
|
#include "llvm/Transforms/Scalar/LICM.h"
Public Member Functions | |
| LICMOptions () | |
| LICMOptions (unsigned MssaOptCap, unsigned MssaNoAccForPromotionCap, bool AllowSpeculation) | |
Public Attributes | |
| unsigned | MssaOptCap |
| unsigned | MssaNoAccForPromotionCap |
| bool | AllowSpeculation |
|
inline |
Definition at line 53 of file LICM.h.
References AllowSpeculation, MssaNoAccForPromotionCap, MssaOptCap, llvm::SetLicmMssaNoAccForPromotionCap, and llvm::SetLicmMssaOptCap.
|
inline |
Definition at line 58 of file LICM.h.
References AllowSpeculation, MssaNoAccForPromotionCap, and MssaOptCap.
| bool llvm::LICMOptions::AllowSpeculation |
Definition at line 51 of file LICM.h.
Referenced by LICMOptions(), and LICMOptions().
| unsigned llvm::LICMOptions::MssaNoAccForPromotionCap |
Definition at line 50 of file LICM.h.
Referenced by LICMOptions(), and LICMOptions().
| unsigned llvm::LICMOptions::MssaOptCap |
Definition at line 49 of file LICM.h.
Referenced by LICMOptions(), and LICMOptions().