A derived class from LoopDependency for loop carried dependency associated with loop induction variables.
More...
#include <LoopDependencyAnalysis.hpp>
A derived class from LoopDependency for loop carried dependency associated with loop induction variables.
◆ InductionVariableDependency()
| CGRAOmp::InductionVariableDependency::InductionVariableDependency |
( |
PHINode * |
indvar, |
|
|
Instruction * |
bin_op, |
|
|
Value * |
start, |
|
|
Value * |
step |
|
) |
| |
|
inline |
◆ classof()
| static bool CGRAOmp::InductionVariableDependency::classof |
( |
const LoopDependency * |
LD | ) |
|
|
inlinestatic |
◆ bin_op
| Instruction* CGRAOmp::InductionVariableDependency::bin_op |
|
private |
◆ start
| Value * CGRAOmp::InductionVariableDependency::start |
|
private |
◆ step
| Value* CGRAOmp::InductionVariableDependency::step |
|
private |
The documentation for this class was generated from the following file: