Jlm
Namespaces | Functions
cfg.cpp File Reference
#include <jlm/llvm/ir/basic-block.hpp>
#include <jlm/llvm/ir/cfg-structure.hpp>
#include <jlm/llvm/ir/ipgraph.hpp>
#include <jlm/llvm/ir/operators/operators.hpp>
#include <algorithm>
#include <deque>
#include <unordered_map>
Include dependency graph for cfg.cpp:

Go to the source code of this file.

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)