Lines Matching defs:InstrCount
1278 R.DFSNodeData[SU->NodeNum].InstrCount =
1297 unsigned InstrCount = R.DFSNodeData[SU->NodeNum].InstrCount;
1302 if ((InstrCount - R.DFSNodeData[PredNum].InstrCount) < R.SubtreeLimit)
1328 R.DFSNodeData[Succ->NodeNum].InstrCount
1329 += R.DFSNodeData[PredDep.getSUnit()->NodeNum].InstrCount;
1350 // Note that SubInstrCount may be greater than InstrCount if we joined
1351 // subtrees across a cross edge. InstrCount will be attributed to the
1396 if (CheckLimit && R.DFSNodeData[PredNum].InstrCount > R.SubtreeLimit)
1523 OS << InstrCount << " / " << Length << " = ";
1527 OS << format("%g", ((double)InstrCount / Length));