Performs Loop Predication Pass.
Declared in <llvm/Transforms/Scalar/LoopPredication.h>
class LoopPredicationPass
: public OptionalPassInfoMixin<LoopPredicationPass>
| Name | Description |
|---|---|
OptionalPassInfoMixin<LoopPredicationPass> | A CRTP mix-in for passes that can be skipped. |
| Name | Description |
|---|---|
run | Run loop predication over the loop. |
| Name | Description |
|---|---|
isRequired | Return false; optional passes may be skipped. |