|
Jlm
|
#include <gtest/gtest.h>#include <jlm/llvm/frontend/ControlFlowRestructuring.hpp>#include <jlm/llvm/ir/basic-block.hpp>#include <jlm/llvm/ir/cfg-structure.hpp>#include <jlm/llvm/ir/ipgraph-module.hpp>
Go to the source code of this file.
Functions | |
| TEST (ControlFlowRestructuringTests, AcyclicStructured) | |
| TEST (ControlFlowRestructuringTests, AcyclicUnstructured) | |
| TEST (ControlFlowRestructuringTests, DoWhileLoop) | |
| TEST (ControlFlowRestructuringTests, WhileLoop) | |
| TEST (ControlFlowRestructuringTests, IrreducibleCfg) | |
| TEST (ControlFlowRestructuringTests, AcyclicUnstructuredInDoWhileLoop) | |
| TEST (ControlFlowRestructuringTests, LorBeforeDoWhileLoop) | |
| TEST (ControlFlowRestructuringTests, StaticEndlessLoop) | |
| TEST | ( | ControlFlowRestructuringTests | , |
| AcyclicStructured | |||
| ) |
Definition at line 13 of file ControlFlowRestructuringTests.cpp.
| TEST | ( | ControlFlowRestructuringTests | , |
| AcyclicUnstructured | |||
| ) |
Definition at line 42 of file ControlFlowRestructuringTests.cpp.
| TEST | ( | ControlFlowRestructuringTests | , |
| AcyclicUnstructuredInDoWhileLoop | |||
| ) |
Definition at line 157 of file ControlFlowRestructuringTests.cpp.
| TEST | ( | ControlFlowRestructuringTests | , |
| DoWhileLoop | |||
| ) |
Definition at line 71 of file ControlFlowRestructuringTests.cpp.
| TEST | ( | ControlFlowRestructuringTests | , |
| IrreducibleCfg | |||
| ) |
Definition at line 126 of file ControlFlowRestructuringTests.cpp.
| TEST | ( | ControlFlowRestructuringTests | , |
| LorBeforeDoWhileLoop | |||
| ) |
Definition at line 186 of file ControlFlowRestructuringTests.cpp.
| TEST | ( | ControlFlowRestructuringTests | , |
| StaticEndlessLoop | |||
| ) |
Definition at line 215 of file ControlFlowRestructuringTests.cpp.
| TEST | ( | ControlFlowRestructuringTests | , |
| WhileLoop | |||
| ) |
Definition at line 101 of file ControlFlowRestructuringTests.cpp.