Lines Matching refs:RecMII
423 unsigned RecMII = 0; member in __anon5f28c6f30111::NodeSet
454 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
842 RecMII = 0; in schedule()
844 MII = std::max(ResMII, RecMII); in schedule()
845 DEBUG(dbgs() << "MII = " << MII << " (rec=" << RecMII << ", res=" << ResMII in schedule()
1350 unsigned RecMII = 0; in calculateRecMII() local
1362 if (CurMII > RecMII) in calculateRecMII()
1363 RecMII = CurMII; in calculateRecMII()
1366 return RecMII; in calculateRecMII()