Construct an analyzer for one simulated unrolled iteration.
Declared in <llvm/Analysis/LoopUnrollAnalyzer.h>
UnrolledInstAnalyzer(
unsigned int Iteration,
DenseMap<Value*, Value*>& SimplifiedValues,
ScalarEvolution& SE,
Loop const* L);
| Name | Description |
|---|---|
| Iteration | The iteration number being simulated. |
| SimplifiedValues | Mapping of values simplified for this iteration. |
| SE | Scalar evolution analysis used to evaluate expressions. |
| L | The loop being analyzed. |