|
Jlm
|
#include <gtest/gtest.h>#include <jlm/llvm/ir/RvsdgModule.hpp>#include <jlm/llvm/opt/pull.hpp>#include <jlm/rvsdg/gamma.hpp>#include <jlm/rvsdg/TestOperations.hpp>#include <jlm/rvsdg/TestType.hpp>#include <jlm/rvsdg/view.hpp>#include <jlm/util/Statistics.hpp>
Go to the source code of this file.
Functions | |
| TEST (NodeSinkingTests, testPullInTop) | |
| TEST (NodeSinkingTests, testPullInBottom) | |
| TEST (NodeSinkingTests, testPull) | |
Variables | |
| static const auto | vt = jlm::rvsdg::TestType::createValueType() |
| static jlm::util::StatisticsCollector | statisticsCollector |
| TEST | ( | NodeSinkingTests | , |
| testPull | |||
| ) |
Definition at line 102 of file PullTests.cpp.
| TEST | ( | NodeSinkingTests | , |
| testPullInBottom | |||
| ) |
Definition at line 58 of file PullTests.cpp.
| TEST | ( | NodeSinkingTests | , |
| testPullInTop | |||
| ) |
Definition at line 19 of file PullTests.cpp.
|
static |
Definition at line 17 of file PullTests.cpp.
|
static |
Definition at line 16 of file PullTests.cpp.