LoopDependency analysis result.
More...
#include <LoopDependencyAnalysis.hpp>
LoopDependency analysis result.
◆ dep_iterator
◆ DepList
◆ add_dep()
◆ add_idv_dep()
◆ add_mem_dep()
◆ getNumDep()
| int CGRAOmp::LoopDependencyInfo::getNumDep |
( |
| ) |
|
|
inline |
◆ getNumIdvDep()
| int CGRAOmp::LoopDependencyInfo::getNumIdvDep |
( |
| ) |
|
|
inline |
◆ getNumMemDep()
| int CGRAOmp::LoopDependencyInfo::getNumMemDep |
( |
| ) |
|
|
inline |
◆ idv_dep_begin()
◆ idv_dep_end()
◆ idv_deps()
| iterator_range<dep_iterator> CGRAOmp::LoopDependencyInfo::idv_deps |
( |
| ) |
|
|
inline |
◆ lc_dep_begin()
◆ lc_dep_end()
◆ lc_deps()
| iterator_range<dep_iterator> CGRAOmp::LoopDependencyInfo::lc_deps |
( |
| ) |
|
|
inline |
◆ mem_dep_begin()
◆ mem_dep_end()
◆ mem_deps()
| iterator_range<dep_iterator> CGRAOmp::LoopDependencyInfo::mem_deps |
( |
| ) |
|
|
inline |
◆ indvar_dep_list
| DepList CGRAOmp::LoopDependencyInfo::indvar_dep_list |
|
private |
◆ lc_dep_list
| DepList CGRAOmp::LoopDependencyInfo::lc_dep_list |
|
private |
◆ mem_dep_list
| DepList CGRAOmp::LoopDependencyInfo::mem_dep_list |
|
private |
The documentation for this class was generated from the following file: