|
Jlm
|
#include <gtest/gtest.h>#include <jlm/llvm/ir/operators/IntegerOperations.hpp>#include <jlm/llvm/ir/operators/lambda.hpp>#include <jlm/llvm/ir/operators/operators.hpp>#include <jlm/llvm/ir/RvsdgModule.hpp>#include <jlm/llvm/opt/IfConversion.hpp>#include <jlm/rvsdg/FunctionType.hpp>#include <jlm/rvsdg/gamma.hpp>#include <jlm/rvsdg/lambda.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 (IfConversionTests, GammaWithoutMatch) | |
| TEST (IfConversionTests, EmptyGammaWithTwoSubregionsAndMatch) | |
| TEST (IfConversionTests, EmptyGammaWithTwoSubregions) | |
| TEST (IfConversionTests, EmptyGammaWithThreeSubregions) | |
| TEST (IfConversionTests, PartialEmptyGamma) | |
| TEST (IfConversionTests, GammaWithMatchAlternativeMismatch) | |
| TEST | ( | IfConversionTests | , |
| EmptyGammaWithThreeSubregions | |||
| ) |
Definition at line 209 of file IfConversionTests.cpp.
| TEST | ( | IfConversionTests | , |
| EmptyGammaWithTwoSubregions | |||
| ) |
Definition at line 149 of file IfConversionTests.cpp.
| TEST | ( | IfConversionTests | , |
| EmptyGammaWithTwoSubregionsAndMatch | |||
| ) |
Definition at line 74 of file IfConversionTests.cpp.
| TEST | ( | IfConversionTests | , |
| GammaWithMatchAlternativeMismatch | |||
| ) |
Definition at line 309 of file IfConversionTests.cpp.
| TEST | ( | IfConversionTests | , |
| GammaWithoutMatch | |||
| ) |
Definition at line 21 of file IfConversionTests.cpp.
| TEST | ( | IfConversionTests | , |
| PartialEmptyGamma | |||
| ) |
Definition at line 259 of file IfConversionTests.cpp.