OpenASIP  2.0
Public Member Functions | List of all members
BUBasicBlockScheduler::ltstr Struct Reference

#include <BUBasicBlockScheduler.hh>

Collaboration diagram for BUBasicBlockScheduler::ltstr:
Collaboration graph

Public Member Functions

bool operator() (const MoveNode *m1, const MoveNode *m2) const
 

Detailed Description

Definition at line 89 of file BUBasicBlockScheduler.hh.

Member Function Documentation

◆ operator()()

bool BUBasicBlockScheduler::ltstr::operator() ( const MoveNode m1,
const MoveNode m2 
) const
inline

Definition at line 91 of file BUBasicBlockScheduler.hh.

92  {
93  return m1->cycle() < m2->cycle();
94  }

References MoveNode::cycle().

Here is the call graph for this function:

The documentation for this struct was generated from the following file:
MoveNode::cycle
int cycle() const
Definition: MoveNode.cc:421