Jlm
Public Attributes | List of all members
jlm::llvm::Continuation Struct Reference
Collaboration diagram for jlm::llvm::Continuation:
Collaboration graph
[legend]

Public Attributes

util::HashSet< ControlFlowGraphNode * > points
 
std::unordered_map< ControlFlowGraphEdge *, util::HashSet< ControlFlowGraphEdge * > > edges
 

Detailed Description

Definition at line 360 of file ControlFlowRestructuring.cpp.

Member Data Documentation

◆ edges

std::unordered_map<ControlFlowGraphEdge *, util::HashSet<ControlFlowGraphEdge *> > jlm::llvm::Continuation::edges

Definition at line 363 of file ControlFlowRestructuring.cpp.

◆ points

util::HashSet<ControlFlowGraphNode *> jlm::llvm::Continuation::points

Definition at line 362 of file ControlFlowRestructuring.cpp.


The documentation for this struct was generated from the following file: