Lines Matching defs:RegUnits
475 /// \param RegUnits set of live registers, needed to compute instruction depths
485 SparseSet<LiveRegUnit> &RegUnits,
503 for (auto *I = RegUnits.begin(); I != RegUnits.end();) {
505 I = RegUnits.erase(I);
513 TraceEnsemble->updateDepth(MBB, *InstrPtr, RegUnits);
568 SparseSet<LiveRegUnit> RegUnits;
569 RegUnits.setUniverse(TRI->getNumRegUnits());
638 TraceEnsemble->updateDepths(LastUpdate, BlockIter, RegUnits);
653 RegUnits, TII, P, IncrementalUpdate);
666 RegUnits, TII, P, IncrementalUpdate);
675 RegUnits, TII, P, IncrementalUpdate);
698 RegUnits, TII, P, IncrementalUpdate);