Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dart::PhiPlaceMoves::Move Class Reference

Public Member Functions

 Move (intptr_t from, intptr_t to)
 
intptr_t from () const
 
intptr_t to () const
 

Detailed Description

Definition at line 710 of file redundancy_elimination.cc.

Constructor & Destructor Documentation

◆ Move()

dart::PhiPlaceMoves::Move::Move ( intptr_t  from,
intptr_t  to 
)
inline

Definition at line 712 of file redundancy_elimination.cc.

712: from_(from), to_(to) {}

Member Function Documentation

◆ from()

intptr_t dart::PhiPlaceMoves::Move::from ( ) const
inline

Definition at line 714 of file redundancy_elimination.cc.

714{ return from_; }

◆ to()

intptr_t dart::PhiPlaceMoves::Move::to ( ) const
inline

Definition at line 715 of file redundancy_elimination.cc.

715{ return to_; }

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