Loop unroll pass that only does full loop unrolling and peeling.
Synopsis
Declared in <llvm/Transforms/Scalar/LoopUnrollPass.h>
class LoopFullUnrollPass
: public OptionalPassInfoMixin<LoopFullUnrollPass>
Base Classes
Name |
Description |
A CRTP mix‐in for passes that can be skipped. |
Member Functions
Name |
Description |
|
Construct a full loop‐unroll pass with the given options. |
Run full loop unrolling and peeling over the loop. |
Static Member Functions
Name |
Description |
Return false; optional passes may be skipped. |
Created with MrDocs