LLVM: llvm::TargetTransformInfo::PeelingPreferences Struct Reference (original) (raw)
#include "[llvm/Analysis/TargetTransformInfo.h](TargetTransformInfo%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| unsigned | PeelCount |
| A forced peeling factor (the number of bodied of the original loop that should be peeled off before the loop body). | |
| bool | AllowPeeling |
| Allow peeling off loop iterations. | |
| bool | AllowLoopNestsPeeling |
| Allow peeling off loop iterations for loop nests. | |
| bool | PeelProfiledIterations |
| Allow peeling basing on profile. | |
| bool | PeelLast |
| Peel off the last PeelCount loop iterations. |
Definition at line 738 of file TargetTransformInfo.h.
◆ AllowLoopNestsPeeling
bool llvm::TargetTransformInfo::PeelingPreferences::AllowLoopNestsPeeling
◆ AllowPeeling
bool llvm::TargetTransformInfo::PeelingPreferences::AllowPeeling
◆ PeelCount
unsigned llvm::TargetTransformInfo::PeelingPreferences::PeelCount
◆ PeelLast
bool llvm::TargetTransformInfo::PeelingPreferences::PeelLast
◆ PeelProfiledIterations
bool llvm::TargetTransformInfo::PeelingPreferences::PeelProfiledIterations
The documentation for this struct was generated from the following file:
- include/llvm/Analysis/TargetTransformInfo.h