|
Jlm
|
#include <gtest/gtest.h>#include <jlm/llvm/ir/operators/alloca.hpp>#include <jlm/llvm/ir/operators/IntegerOperations.hpp>#include <jlm/llvm/ir/operators/operators.hpp>#include <jlm/llvm/opt/alias-analyses/PointsToAnalysis.hpp>#include <jlm/llvm/opt/alias-analyses/PointsToGraph.hpp>#include <jlm/llvm/TestRvsdgs.hpp>#include <jlm/rvsdg/delta.hpp>#include <jlm/rvsdg/simple-node.hpp>#include <jlm/util/Statistics.hpp>
Go to the source code of this file.
Classes | |
| class | TestAnalysis |
Functions | |
| TEST (PointsToGraphTests, TestNodeIterators) | |
| TEST (PointsToGraphTests, TestIsSupergraphOf) | |
| TEST (PointsToGraphTests, testMemoryNodeSize) | |
| TEST (PointsToGraphTests, testIsMemoryNodeConstant) | |
| TEST | ( | PointsToGraphTests | , |
| testIsMemoryNodeConstant | |||
| ) |
Definition at line 344 of file PointsToGraphTests.cpp.
| TEST | ( | PointsToGraphTests | , |
| TestIsSupergraphOf | |||
| ) |
Definition at line 194 of file PointsToGraphTests.cpp.
| TEST | ( | PointsToGraphTests | , |
| testMemoryNodeSize | |||
| ) |
Definition at line 288 of file PointsToGraphTests.cpp.
| TEST | ( | PointsToGraphTests | , |
| TestNodeIterators | |||
| ) |
Definition at line 114 of file PointsToGraphTests.cpp.