|
Jlm
|
#include <gtest/gtest.h>#include <jlm/llvm/ir/operators/alloca.hpp>#include <jlm/llvm/ir/operators/IOBarrier.hpp>#include <jlm/llvm/ir/operators/MemoryStateOperations.hpp>#include <jlm/llvm/ir/operators/Store.hpp>#include <jlm/llvm/ir/RvsdgModule.hpp>#include <jlm/rvsdg/bitstring/type.hpp>#include <jlm/rvsdg/gamma.hpp>#include <jlm/rvsdg/NodeNormalization.hpp>#include <jlm/rvsdg/TestOperations.hpp>#include <jlm/rvsdg/TestType.hpp>#include <jlm/rvsdg/view.hpp>
Go to the source code of this file.
Functions | |
| TEST (StoreOperationTests, StoreNonVolatileOperationEquality) | |
| TEST (StoreOperationTests, StoreVolatileOperationEquality) | |
| TEST (StoreOperationTests, StoreVolatileOperationCopy) | |
| TEST (StoreOperationTests, StoreVolatileOperationAccessors) | |
| TEST (StoreOperationTests, StoreVolatileNodeCopy) | |
| TEST (StoreOperationTests, TestCopy) | |
| TEST (StoreOperationTests, TestStoreMuxNormalization) | |
| TEST (StoreOperationTests, TestDuplicateStateReduction) | |
| TEST (StoreOperationTests, TestStoreAllocaReduction) | |
| TEST (StoreOperationTests, TestStoreStoreReduction) | |
| TEST (StoreOperationTests, IOBarrierAllocaAddressNormalization) | |
| TEST (StoreOperationTests, IOBarrierAllocaAddressNormalization_Gamma) | |
| TEST (StoreOperationTests, storeAllocaSingleUser) | |
| TEST (StoreOperationTests, storeAllocaSingleUser_MultipleUsers) | |
| TEST | ( | StoreOperationTests | , |
| IOBarrierAllocaAddressNormalization | |||
| ) |
Definition at line 354 of file StoreTests.cpp.
| TEST | ( | StoreOperationTests | , |
| IOBarrierAllocaAddressNormalization_Gamma | |||
| ) |
Definition at line 418 of file StoreTests.cpp.
| TEST | ( | StoreOperationTests | , |
| storeAllocaSingleUser | |||
| ) |
Definition at line 481 of file StoreTests.cpp.
| TEST | ( | StoreOperationTests | , |
| storeAllocaSingleUser_MultipleUsers | |||
| ) |
Definition at line 520 of file StoreTests.cpp.
| TEST | ( | StoreOperationTests | , |
| StoreNonVolatileOperationEquality | |||
| ) |
Definition at line 20 of file StoreTests.cpp.
| TEST | ( | StoreOperationTests | , |
| StoreVolatileNodeCopy | |||
| ) |
Definition at line 109 of file StoreTests.cpp.
| TEST | ( | StoreOperationTests | , |
| StoreVolatileOperationAccessors | |||
| ) |
Definition at line 86 of file StoreTests.cpp.
| TEST | ( | StoreOperationTests | , |
| StoreVolatileOperationCopy | |||
| ) |
Definition at line 68 of file StoreTests.cpp.
| TEST | ( | StoreOperationTests | , |
| StoreVolatileOperationEquality | |||
| ) |
Definition at line 44 of file StoreTests.cpp.
| TEST | ( | StoreOperationTests | , |
| TestCopy | |||
| ) |
Definition at line 145 of file StoreTests.cpp.
| TEST | ( | StoreOperationTests | , |
| TestDuplicateStateReduction | |||
| ) |
Definition at line 219 of file StoreTests.cpp.
| TEST | ( | StoreOperationTests | , |
| TestStoreAllocaReduction | |||
| ) |
Definition at line 267 of file StoreTests.cpp.
| TEST | ( | StoreOperationTests | , |
| TestStoreMuxNormalization | |||
| ) |
Definition at line 174 of file StoreTests.cpp.
| TEST | ( | StoreOperationTests | , |
| TestStoreStoreReduction | |||
| ) |
Definition at line 317 of file StoreTests.cpp.