Lines Matching defs:InstrCount
1281 R.DFSNodeData[SU->NodeNum].InstrCount =
1300 unsigned InstrCount = R.DFSNodeData[SU->NodeNum].InstrCount;
1305 if ((InstrCount - R.DFSNodeData[PredNum].InstrCount) < R.SubtreeLimit)
1331 R.DFSNodeData[Succ->NodeNum].InstrCount
1332 += R.DFSNodeData[PredDep.getSUnit()->NodeNum].InstrCount;
1353 // Note that SubInstrCount may be greater than InstrCount if we joined
1354 // subtrees across a cross edge. InstrCount will be attributed to the
1399 if (CheckLimit && R.DFSNodeData[PredNum].InstrCount > R.SubtreeLimit)
1526 OS << InstrCount << " / " << Length << " = ";
1530 OS << format("%g", ((double)InstrCount / Length));