Fill UP with target preferences for unrolling loop L.
Declared in <llvm/CodeGen/BasicTTIImpl.h>
void
getUnrollingPreferences(
Loop* L,
ScalarEvolution& SE,
TTI::UnrollingPreferences& UP,
OptimizationRemarkEmitter* ORE) const override;
| Name | Description |
|---|---|
| L | Loop being considered for unrolling. |
| SE | Scalar evolution analysis for L. |
| UP | Unrolling preferences to populate. |
| ORE | Optional remark emitter for diagnostics. |