Searched refs:RecMII (Results 1 – 1 of 1) sorted by relevance
423 unsigned RecMII = 0; member in __anonfa3445320111::NodeSet454 void setRecMII(unsigned mii) { RecMII = mii; }; in setRecMII()462 int compareRecMII(NodeSet &RHS) { return RecMII - RHS.RecMII; } in compareRecMII()464 int getRecMII() { return RecMII; } in getRecMII()476 RecMII = 0; in clear()491 if (RecMII == RHS.RecMII) { in operator >()498 return RecMII > RHS.RecMII; in operator >()502 return RecMII == RHS.RecMII && MaxMOV == RHS.MaxMOV && in operator ==()512 os << "Num nodes " << size() << " rec " << RecMII << " mov " << MaxMOV in print()836 unsigned RecMII = calculateRecMII(NodeSets); in schedule() local[all …]