|
Jlm
|
Public Member Functions | |
| TraceAllocaUses (jlm::rvsdg::Output *op) | |
Public Attributes | |
| std::vector< jlm::rvsdg::SimpleNode * > | load_nodes |
| std::vector< jlm::rvsdg::SimpleNode * > | store_nodes |
Private Member Functions | |
| void | trace (jlm::rvsdg::Output *op) |
Private Attributes | |
| std::unordered_set< jlm::rvsdg::Output * > | visited |
Definition at line 25 of file alloca-conv.cpp.
|
inline |
Definition at line 31 of file alloca-conv.cpp.
|
inlineprivate |
Definition at line 38 of file alloca-conv.cpp.
| std::vector<jlm::rvsdg::SimpleNode *> jlm::hls::TraceAllocaUses::load_nodes |
Definition at line 28 of file alloca-conv.cpp.
| std::vector<jlm::rvsdg::SimpleNode *> jlm::hls::TraceAllocaUses::store_nodes |
Definition at line 29 of file alloca-conv.cpp.
|
private |
Definition at line 102 of file alloca-conv.cpp.