|
Jlm
|
RVSDG module with an arbitrary amount of alloca nodes. More...
#include <TestRvsdgs.hpp>


Public Member Functions | |
| NAllocaNodesTest (size_t numAllocaNodes) | |
| size_t | GetNumAllocaNodes () const noexcept |
| const rvsdg::SimpleNode & | GetAllocaNode (size_t index) const noexcept |
| const jlm::rvsdg::Output & | GetAllocaOutput (size_t index) const noexcept |
| const jlm::rvsdg::LambdaNode & | GetFunction () const noexcept |
Public Member Functions inherited from jlm::llvm::RvsdgTest | |
| virtual | ~RvsdgTest ()=default |
| jlm::llvm::LlvmRvsdgModule & | module () |
| const rvsdg::Graph & | graph () |
| void | InitializeTest () |
Private Member Functions | |
| std::unique_ptr< jlm::llvm::LlvmRvsdgModule > | SetupRvsdg () override |
| Create RVSDG for this test. More... | |
Private Attributes | |
| size_t | NumAllocaNodes_ |
| std::vector< const rvsdg::SimpleNode * > | AllocaNodes_ = {} |
| jlm::rvsdg::LambdaNode * | Function_ {} |
RVSDG module with an arbitrary amount of alloca nodes.
The class sets up an RVSDG module corresponding to the code:
It provides getters for the alloca nodes themselves, and for their outputs.
Definition at line 2207 of file TestRvsdgs.hpp.
|
inlineexplicit |
Definition at line 2210 of file TestRvsdgs.hpp.
|
inlinenoexcept |
Definition at line 2221 of file TestRvsdgs.hpp.
|
inlinenoexcept |
Definition at line 2228 of file TestRvsdgs.hpp.
|
inlinenoexcept |
Definition at line 2235 of file TestRvsdgs.hpp.
|
inlinenoexcept |
Definition at line 2215 of file TestRvsdgs.hpp.
|
overrideprivatevirtual |
Create RVSDG for this test.
Implements jlm::llvm::RvsdgTest.
Definition at line 3688 of file TestRvsdgs.cpp.
|
private |
Definition at line 2247 of file TestRvsdgs.hpp.
|
private |
Definition at line 2249 of file TestRvsdgs.hpp.
|
private |
Definition at line 2245 of file TestRvsdgs.hpp.