|
Jlm
|
RVSDG module with a call to free(NULL). More...
#include <TestRvsdgs.hpp>


Public Member Functions | |
| rvsdg::LambdaNode & | LambdaMain () 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< llvm::LlvmRvsdgModule > | SetupRvsdg () override |
| Create RVSDG for this test. More... | |
Private Attributes | |
| rvsdg::LambdaNode * | LambdaMain_ {} |
RVSDG module with a call to free(NULL).
The class sets up an RVSDG module corresponding to the code:
Definition at line 2398 of file TestRvsdgs.hpp.
|
inlinenoexcept |
Definition at line 2402 of file TestRvsdgs.hpp.
|
overrideprivatevirtual |
Create RVSDG for this test.
Implements jlm::llvm::RvsdgTest.
Definition at line 3802 of file TestRvsdgs.cpp.
|
private |
Definition at line 2411 of file TestRvsdgs.hpp.