|
Jlm
|
#include <gtest/gtest.h>#include <jlm/hls/backend/rvsdg2rhls/remove-redundant-buf.hpp>#include <jlm/hls/ir/hls.hpp>#include <jlm/llvm/ir/RvsdgModule.hpp>#include <jlm/rvsdg/TestOperations.hpp>#include <jlm/rvsdg/TestType.hpp>#include <jlm/rvsdg/view.hpp>
Go to the source code of this file.
Functions | |
| TEST (RedundantBufferEliminationTests, BufferWithLocalLoad) | |
| TEST (RedundantBufferEliminationTests, BufferWithLocalStore) | |
| TEST (RedundantBufferEliminationTests, BufferWithLoad) | |
| TEST (RedundantBufferEliminationTests, BufferWithStore) | |
| TEST (RedundantBufferEliminationTests, BufferWithForkAndLocalLoad) | |
| TEST (RedundantBufferEliminationTests, BufferWithBranchAndLocalLoad) | |
| TEST (RedundantBufferEliminationTests, BufferWithOtherNode) | |
| TEST (RedundantBufferEliminationTests, BufferWithNonMemoryStateOperand) | |
| TEST (RedundantBufferEliminationTests, PassthroughBuffer) | |
| TEST | ( | RedundantBufferEliminationTests | , |
| BufferWithBranchAndLocalLoad | |||
| ) |
Definition at line 221 of file RedundantBufferEliminationTests.cpp.
| TEST | ( | RedundantBufferEliminationTests | , |
| BufferWithForkAndLocalLoad | |||
| ) |
Definition at line 180 of file RedundantBufferEliminationTests.cpp.
| TEST | ( | RedundantBufferEliminationTests | , |
| BufferWithLoad | |||
| ) |
Definition at line 95 of file RedundantBufferEliminationTests.cpp.
| TEST | ( | RedundantBufferEliminationTests | , |
| BufferWithLocalLoad | |||
| ) |
Definition at line 15 of file RedundantBufferEliminationTests.cpp.
| TEST | ( | RedundantBufferEliminationTests | , |
| BufferWithLocalStore | |||
| ) |
Definition at line 55 of file RedundantBufferEliminationTests.cpp.
| TEST | ( | RedundantBufferEliminationTests | , |
| BufferWithNonMemoryStateOperand | |||
| ) |
Definition at line 304 of file RedundantBufferEliminationTests.cpp.
| TEST | ( | RedundantBufferEliminationTests | , |
| BufferWithOtherNode | |||
| ) |
Definition at line 264 of file RedundantBufferEliminationTests.cpp.
| TEST | ( | RedundantBufferEliminationTests | , |
| BufferWithStore | |||
| ) |
Definition at line 135 of file RedundantBufferEliminationTests.cpp.
| TEST | ( | RedundantBufferEliminationTests | , |
| PassthroughBuffer | |||
| ) |
Definition at line 346 of file RedundantBufferEliminationTests.cpp.