Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Instrs

1187   unsigned Instrs = TBI.InstrDepth;
1190 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount;
1192 Instrs /= IW;
1194 return std::max(Instrs, PRMax);
1207 auto extraCycles = [this](ArrayRef<const MCSchedClassDesc *> Instrs,
1211 for (const MCSchedClassDesc *SC : Instrs) {
1238 // Instrs: #instructions in current trace outside current block.
1239 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight;
1242 Instrs += TE.MTM.getResources(MBB)->InstrCount;
1243 Instrs += ExtraInstrs.size();
1244 Instrs -= RemoveInstrs.size();
1246 Instrs /= IW;
1248 return std::max(Instrs, PRMax);
1280 OS << " +instrs";
1292 OS << " +instrs";
1305 OS << ' ' << getInstrCount() << " instrs.";