Options controlling MemorySSA caps and speculation in LICM.
Synopsis
Declared in <llvm/Transforms/Scalar/LICM.h>
struct LICMOptions;
Member Functions
Name |
Description |
|
Constructors |
Data Members
Name |
Description |
Whether to hoist values that may not always execute. |
|
Maximum memory accesses before scalar promotion is considered too costly. |
|
Maximum MemorySSA clobbering‐call queries before LICM backs off. |
Created with MrDocs