|
Jlm
|
#include <gtest/gtest.h>#include <jlm/llvm/ir/CallSummary.hpp>#include <jlm/llvm/ir/operators/call.hpp>#include <jlm/llvm/ir/operators/FunctionPointer.hpp>#include <jlm/llvm/ir/operators/lambda.hpp>#include <jlm/llvm/ir/RvsdgModule.hpp>#include <jlm/llvm/TestRvsdgs.hpp>#include <jlm/rvsdg/TestOperations.hpp>#include <jlm/rvsdg/TestType.hpp>
Go to the source code of this file.
Functions | |
| TEST (CallSummaryTests, TestCallSummaryComputationDead) | |
| TEST (CallSummaryTests, TestCallSummaryComputationExport) | |
| TEST (CallSummaryTests, TestCallSummaryComputationDirectCalls) | |
| TEST (CallSummaryTests, TestCallSummaryComputationIndirectCalls) | |
| TEST (CallSummaryTests, TestCallSummaryComputationFunctionPointerInDelta) | |
| TEST (CallSummaryTests, TestCallSummaryComputationLambdaResult) | |
| TEST | ( | CallSummaryTests | , |
| TestCallSummaryComputationDead | |||
| ) |
Definition at line 17 of file CallSummaryTests.cpp.
| TEST | ( | CallSummaryTests | , |
| TestCallSummaryComputationDirectCalls | |||
| ) |
Definition at line 86 of file CallSummaryTests.cpp.
| TEST | ( | CallSummaryTests | , |
| TestCallSummaryComputationExport | |||
| ) |
Definition at line 51 of file CallSummaryTests.cpp.
| TEST | ( | CallSummaryTests | , |
| TestCallSummaryComputationFunctionPointerInDelta | |||
| ) |
Definition at line 248 of file CallSummaryTests.cpp.
| TEST | ( | CallSummaryTests | , |
| TestCallSummaryComputationIndirectCalls | |||
| ) |
Definition at line 204 of file CallSummaryTests.cpp.
| TEST | ( | CallSummaryTests | , |
| TestCallSummaryComputationLambdaResult | |||
| ) |
Definition at line 286 of file CallSummaryTests.cpp.