#include <cfg-node.hpp>
Definition at line 24 of file cfg-node.hpp.
◆ ~ControlFlowGraphEdge()
| jlm::llvm::ControlFlowGraphEdge::~ControlFlowGraphEdge |
( |
| ) |
|
|
defaultnoexcept |
◆ ControlFlowGraphEdge() [1/3]
◆ ControlFlowGraphEdge() [2/3]
◆ ControlFlowGraphEdge() [3/3]
◆ divert()
◆ index()
| size_t jlm::llvm::ControlFlowGraphEdge::index |
( |
| ) |
const |
|
inlinenoexcept |
- Returns
- the index of this edge among the source's out edges
Definition at line 66 of file cfg-node.hpp.
◆ is_selfloop()
| bool jlm::llvm::ControlFlowGraphEdge::is_selfloop |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ sink()
◆ source()
◆ split()
| BasicBlock * jlm::llvm::ControlFlowGraphEdge::split |
( |
| ) |
|
◆ ControlFlowGraphNode
| friend jlm::llvm::ControlFlowGraphEdge::ControlFlowGraphNode |
|
private |
◆ index_
| size_t jlm::llvm::ControlFlowGraphEdge::index_ |
|
private |
◆ sink_
◆ source_
The documentation for this class was generated from the following files: