Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:InstrCount

1052     R.DFSNodeData[SU->NodeNum].InstrCount =
1071 unsigned InstrCount = R.DFSNodeData[SU->NodeNum].InstrCount;
1077 if ((InstrCount - R.DFSNodeData[PredNum].InstrCount) < R.SubtreeLimit)
1103 R.DFSNodeData[Succ->NodeNum].InstrCount
1104 += R.DFSNodeData[PredDep.getSUnit()->NodeNum].InstrCount;
1126 // Note that SubInstrCount may be greater than InstrCount if we joined
1127 // subtrees across a cross edge. InstrCount will be attributed to the
1175 if (CheckLimit && R.DFSNodeData[PredNum].InstrCount > R.SubtreeLimit)
1303 OS << InstrCount << " / " << Length << " = ";
1307 OS << format("%g", ((double)InstrCount / Length));