|
Jlm
|
#include <jlm/llvm/ir/attribute.hpp>#include <jlm/llvm/ir/basic-block.hpp>#include <jlm/llvm/ir/cfg-node.hpp>#include <jlm/llvm/ir/types.hpp>#include <jlm/llvm/ir/variable.hpp>#include <jlm/rvsdg/operation.hpp>#include <jlm/util/common.hpp>

Go to the source code of this file.
Classes | |
| class | jlm::llvm::Argument |
| Function argument. More... | |
| class | jlm::llvm::EntryNode |
| class | jlm::llvm::ExitNode |
| class | jlm::llvm::ControlFlowGraph |
Namespaces | |
| jlm | |
| jlm::llvm | |
| Global memory state passed between functions. | |
Functions | |
| std::vector< ControlFlowGraphNode * > | jlm::llvm::postorder (const ControlFlowGraph &cfg) |
| std::vector< ControlFlowGraphNode * > | jlm::llvm::reverse_postorder (const ControlFlowGraph &cfg) |
| std::vector< ControlFlowGraphNode * > | jlm::llvm::breadth_first (const ControlFlowGraph &cfg) |
| size_t | jlm::llvm::ntacs (const ControlFlowGraph &cfg) |