LLVM 20.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 |
bool llvm::LICMOptions::AllowSpeculation |
Definition at line 51 of file LICM.h.
Referenced by llvm::LICMPass::printPipeline(), llvm::LNICMPass::printPipeline(), llvm::LICMPass::run(), and llvm::LNICMPass::run().
unsigned llvm::LICMOptions::MssaNoAccForPromotionCap |
Definition at line 50 of file LICM.h.
Referenced by llvm::LICMPass::run(), and llvm::LNICMPass::run().
unsigned llvm::LICMOptions::MssaOptCap |
Definition at line 49 of file LICM.h.
Referenced by llvm::LICMPass::run(), and llvm::LNICMPass::run().