Flutter Engine
The Flutter Engine
|
Public Member Functions | |
Edge (BlockEntryInstr *source, BlockEntryInstr *target, double weight) | |
Static Public Member Functions | |
static int | LowestWeightFirst (const Edge *a, const Edge *b) |
Public Attributes | |
BlockEntryInstr * | source |
BlockEntryInstr * | target |
double | weight |
Definition at line 97 of file block_scheduler.cc.
|
inline |
Definition at line 98 of file block_scheduler.cc.
Definition at line 127 of file block_scheduler.cc.
BlockEntryInstr* dart::Edge::source |
Definition at line 103 of file block_scheduler.cc.
BlockEntryInstr* dart::Edge::target |
Definition at line 104 of file block_scheduler.cc.
double dart::Edge::weight |
Definition at line 105 of file block_scheduler.cc.