|
Jlm
|
#include <gtest/gtest.h>#include <jlm/llvm/ir/aggregation.hpp>#include <jlm/llvm/ir/Annotation.hpp>#include <jlm/llvm/ir/ipgraph-module.hpp>#include <jlm/llvm/ir/operators/operators.hpp>#include <jlm/llvm/ir/print.hpp>#include <jlm/rvsdg/TestOperations.hpp>#include <jlm/rvsdg/TestType.hpp>
Go to the source code of this file.
Functions | |
| TEST (AnnotationTests, TestBasicBlockAnnotation) | |
| TEST (AnnotationTests, TestLinearSubgraphAnnotation) | |
| TEST (AnnotationTests, TestBranchAnnotation) | |
| TEST (AnnotationTests, TestLoopAnnotation) | |
| TEST (AnnotationTests, TestBranchInLoopAnnotation) | |
| TEST (AnnotationTests, TestAssignmentAnnotation) | |
| TEST (AnnotationTests, TestBranchPassByAnnotation) | |
| TEST | ( | AnnotationTests | , |
| TestAssignmentAnnotation | |||
| ) |
Definition at line 373 of file AnnotationTests.cpp.
| TEST | ( | AnnotationTests | , |
| TestBasicBlockAnnotation | |||
| ) |
Definition at line 16 of file AnnotationTests.cpp.
| TEST | ( | AnnotationTests | , |
| TestBranchAnnotation | |||
| ) |
Definition at line 141 of file AnnotationTests.cpp.
| TEST | ( | AnnotationTests | , |
| TestBranchInLoopAnnotation | |||
| ) |
Definition at line 288 of file AnnotationTests.cpp.
| TEST | ( | AnnotationTests | , |
| TestBranchPassByAnnotation | |||
| ) |
Definition at line 410 of file AnnotationTests.cpp.
| TEST | ( | AnnotationTests | , |
| TestLinearSubgraphAnnotation | |||
| ) |
Definition at line 57 of file AnnotationTests.cpp.
| TEST | ( | AnnotationTests | , |
| TestLoopAnnotation | |||
| ) |
Definition at line 225 of file AnnotationTests.cpp.