Lines Matching defs:Instrs
1246 unsigned Instrs = TBI.InstrDepth;
1249 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount;
1251 Instrs /= IW;
1253 return std::max(Instrs, PRMax);
1266 auto extraCycles = [this](ArrayRef<const MCSchedClassDesc *> Instrs,
1270 for (const MCSchedClassDesc *SC : Instrs) {
1297 // Instrs: #instructions in current trace outside current block.
1298 unsigned Instrs = TBI.InstrDepth + TBI.InstrHeight;
1301 Instrs += TE.MTM.getResources(MBB)->InstrCount;
1302 Instrs += ExtraInstrs.size();
1303 Instrs -= RemoveInstrs.size();
1305 Instrs /= IW;
1307 return std::max(Instrs, PRMax);