A derived class from LoopDependency for loop carried dependency via memory access.
More...
#include <LoopDependencyAnalysis.hpp>
A derived class from LoopDependency for loop carried dependency via memory access.
◆ MemoryLoopDependency()
| CGRAOmp::MemoryLoopDependency::MemoryLoopDependency |
( |
StoreInst * |
store, |
|
|
LoadInst * |
load, |
|
|
int |
distance |
|
) |
| |
|
inline |
◆ classof()
| static bool CGRAOmp::MemoryLoopDependency::classof |
( |
const LoopDependency * |
LD | ) |
|
|
inlinestatic |
◆ getLoad()
| LoadInst* CGRAOmp::MemoryLoopDependency::getLoad |
( |
| ) |
|
|
inline |
◆ getStore()
| StoreInst* CGRAOmp::MemoryLoopDependency::getStore |
( |
| ) |
|
|
inline |
◆ load
| LoadInst* CGRAOmp::MemoryLoopDependency::load |
|
private |
◆ store
| StoreInst* CGRAOmp::MemoryLoopDependency::store |
|
private |
The documentation for this class was generated from the following file: