Searched refs:RecMII (Results 1 – 2 of 2) sorted by relevance
356 unsigned RecMII = 0; variable393 void setRecMII(unsigned mii) { RecMII = mii; }; in setRecMII()401 int compareRecMII(NodeSet &RHS) { return RecMII - RHS.RecMII; } in compareRecMII()403 int getRecMII() { return RecMII; } in getRecMII()419 RecMII = 0; in clear()434 if (RecMII == RHS.RecMII) {441 return RecMII > RHS.RecMII;445 return RecMII == RHS.RecMII && MaxMOV == RHS.MaxMOV &&
330 unsigned RecMII = calculateRecMII(NodeSets); in schedule() local336 RecMII = 0; in schedule()338 MII = std::max(ResMII, RecMII); in schedule()339 LLVM_DEBUG(dbgs() << "MII = " << MII << " (rec=" << RecMII in schedule()875 unsigned RecMII = 0; in calculateRecMII() local887 if (CurMII > RecMII) in calculateRecMII()888 RecMII = CurMII; in calculateRecMII()891 return RecMII; in calculateRecMII()3714 os << "Num nodes " << size() << " rec " << RecMII << " mov " << MaxMOV in print()