Jlm
Classes | Functions
PointsToGraphTests.cpp File Reference
#include <gtest/gtest.h>
#include <jlm/llvm/ir/operators/alloca.hpp>
#include <jlm/llvm/ir/operators/IntegerOperations.hpp>
#include <jlm/llvm/ir/operators/operators.hpp>
#include <jlm/llvm/opt/alias-analyses/PointsToAnalysis.hpp>
#include <jlm/llvm/opt/alias-analyses/PointsToGraph.hpp>
#include <jlm/llvm/TestRvsdgs.hpp>
#include <jlm/rvsdg/delta.hpp>
#include <jlm/rvsdg/simple-node.hpp>
#include <jlm/util/Statistics.hpp>
Include dependency graph for PointsToGraphTests.cpp:

Go to the source code of this file.

Classes

class  TestAnalysis
 

Functions

 TEST (PointsToGraphTests, TestNodeIterators)
 
 TEST (PointsToGraphTests, TestIsSupergraphOf)
 
 TEST (PointsToGraphTests, testMemoryNodeSize)
 
 TEST (PointsToGraphTests, testIsMemoryNodeConstant)
 

Function Documentation

◆ TEST() [1/4]

TEST ( PointsToGraphTests  ,
testIsMemoryNodeConstant   
)

Definition at line 344 of file PointsToGraphTests.cpp.

◆ TEST() [2/4]

TEST ( PointsToGraphTests  ,
TestIsSupergraphOf   
)

Definition at line 194 of file PointsToGraphTests.cpp.

◆ TEST() [3/4]

TEST ( PointsToGraphTests  ,
testMemoryNodeSize   
)

Definition at line 288 of file PointsToGraphTests.cpp.

◆ TEST() [4/4]

TEST ( PointsToGraphTests  ,
TestNodeIterators   
)

Definition at line 114 of file PointsToGraphTests.cpp.