Performs Loop Invariant Code Motion Pass.
Synopsis
Declared in <llvm/Transforms/Scalar/LICM.h>
class LICMPass
: public OptionalPassInfoMixin<LICMPass>
Base Classes
Name |
Description |
A CRTP mix‐in for passes that can be skipped. |
Member Functions
Name |
Description |
|
Constructors |
Print this pass's pipeline representation to |
|
Run loop invariant code motion over the loop. |
Static Member Functions
Name |
Description |
Return false; optional passes may be skipped. |
Created with MrDocs