Jlm
Functions
AnnotationTests.cpp File Reference
#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>
Include dependency graph for AnnotationTests.cpp:

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)
 

Function Documentation

◆ TEST() [1/7]

TEST ( AnnotationTests  ,
TestAssignmentAnnotation   
)

Definition at line 373 of file AnnotationTests.cpp.

◆ TEST() [2/7]

TEST ( AnnotationTests  ,
TestBasicBlockAnnotation   
)

Definition at line 16 of file AnnotationTests.cpp.

◆ TEST() [3/7]

TEST ( AnnotationTests  ,
TestBranchAnnotation   
)

Definition at line 141 of file AnnotationTests.cpp.

◆ TEST() [4/7]

TEST ( AnnotationTests  ,
TestBranchInLoopAnnotation   
)

Definition at line 288 of file AnnotationTests.cpp.

◆ TEST() [5/7]

TEST ( AnnotationTests  ,
TestBranchPassByAnnotation   
)

Definition at line 410 of file AnnotationTests.cpp.

◆ TEST() [6/7]

TEST ( AnnotationTests  ,
TestLinearSubgraphAnnotation   
)

Definition at line 57 of file AnnotationTests.cpp.

◆ TEST() [7/7]

TEST ( AnnotationTests  ,
TestLoopAnnotation   
)

Definition at line 225 of file AnnotationTests.cpp.