Searched refs:RecMII (Results 1 – 2 of 2) sorted by relevance
423 unsigned RecMII = 0; member in __anon5f28c6f30111::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 …]
462 unsigned RecMII = 0; member in __anona194c52b0111::NodeSet499 void setRecMII(unsigned mii) { RecMII = mii; }; in setRecMII()507 int compareRecMII(NodeSet &RHS) { return RecMII - RHS.RecMII; } in compareRecMII()509 int getRecMII() { return RecMII; } in getRecMII()525 RecMII = 0; in clear()540 if (RecMII == RHS.RecMII) { in operator >()547 return RecMII > RHS.RecMII; in operator >()551 return RecMII == RHS.RecMII && MaxMOV == RHS.MaxMOV && in operator ==()561 os << "Num nodes " << size() << " rec " << RecMII << " mov " << MaxMOV in print()900 unsigned RecMII = calculateRecMII(NodeSets); in schedule() local[all …]