CACAO
Public Member Functions | Data Fields
cacao::jit::compiler2::Edge Struct Reference

Public Member Functions

 Edge (MachineBasicBlock *predecessor, MachineBasicBlock *successor)
 

Data Fields

MachineBasicBlockpredecessor
 
MachineBasicBlocksuccessor
 

Detailed Description

Definition at line 53 of file LinearScanAllocatorPass.hpp.

Constructor & Destructor Documentation

cacao::jit::compiler2::Edge::Edge ( MachineBasicBlock predecessor,
MachineBasicBlock successor 
)
inline

Definition at line 56 of file LinearScanAllocatorPass.hpp.

Field Documentation

MachineBasicBlock* cacao::jit::compiler2::Edge::predecessor

Definition at line 54 of file LinearScanAllocatorPass.hpp.

MachineBasicBlock* cacao::jit::compiler2::Edge::successor

Definition at line 55 of file LinearScanAllocatorPass.hpp.


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