|
Jlm
|
#include <gtest/gtest.h>#include <jlm/llvm/opt/alias-analyses/AgnosticModRefSummarizer.hpp>#include <jlm/llvm/opt/alias-analyses/Andersen.hpp>#include <jlm/llvm/TestRvsdgs.hpp>#include <jlm/rvsdg/view.hpp>#include <jlm/util/Statistics.hpp>
Go to the source code of this file.
Functions | |
| static std::unique_ptr< jlm::llvm::aa::PointsToGraph > | RunAndersen (const jlm::llvm::LlvmRvsdgModule &module) |
| TEST (AgnosticModRefSummarizerTests, TestStore1) | |
| TEST (AgnosticModRefSummarizerTests, TestStore2) | |
| TEST (AgnosticModRefSummarizerTests, TestLoad1) | |
| TEST (AgnosticModRefSummarizerTests, TestLoad2) | |
| TEST (AgnosticModRefSummarizerTests, TestLoadFromUndef) | |
| TEST (AgnosticModRefSummarizerTests, TestCall1) | |
| TEST (AgnosticModRefSummarizerTests, TestCall2) | |
| TEST (AgnosticModRefSummarizerTests, TestIndirectCall) | |
| TEST (AgnosticModRefSummarizerTests, TestGamma) | |
| TEST (AgnosticModRefSummarizerTests, TestTheta) | |
| TEST (AgnosticModRefSummarizerTests, TestDelta1) | |
| TEST (AgnosticModRefSummarizerTests, TestDelta2) | |
| TEST (AgnosticModRefSummarizerTests, TestImports) | |
| TEST (AgnosticModRefSummarizerTests, TestPhi1) | |
| TEST (AgnosticModRefSummarizerTests, TestMemcpy) | |
| TEST (AgnosticModRefSummarizerTests, TestStatistics) | |
|
static |
Definition at line 15 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestCall1 | |||
| ) |
Definition at line 203 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestCall2 | |||
| ) |
Definition at line 276 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestDelta1 | |||
| ) |
Definition at line 530 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestDelta2 | |||
| ) |
Definition at line 586 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestGamma | |||
| ) |
Definition at line 451 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestImports | |||
| ) |
Definition at line 642 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestIndirectCall | |||
| ) |
Definition at line 359 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestLoad1 | |||
| ) |
Definition at line 96 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestLoad2 | |||
| ) |
Definition at line 132 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestLoadFromUndef | |||
| ) |
Definition at line 167 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestMemcpy | |||
| ) |
Definition at line 767 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestPhi1 | |||
| ) |
Definition at line 698 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestStatistics | |||
| ) |
Definition at line 826 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestStore1 | |||
| ) |
Definition at line 24 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestStore2 | |||
| ) |
Definition at line 60 of file AgnosticModRefSummarizerTests.cpp.
| TEST | ( | AgnosticModRefSummarizerTests | , |
| TestTheta | |||
| ) |
Definition at line 492 of file AgnosticModRefSummarizerTests.cpp.