Lines Matching defs:RegUnits
478 /// \param RegUnits set of live registers, needed to compute instruction depths
488 SparseSet<LiveRegUnit> &RegUnits,
506 for (auto *I = RegUnits.begin(); I != RegUnits.end();) {
508 I = RegUnits.erase(I);
516 TraceEnsemble->updateDepth(MBB, *InstrPtr, RegUnits);
571 SparseSet<LiveRegUnit> RegUnits;
572 RegUnits.setUniverse(TRI->getNumRegUnits());
641 TraceEnsemble->updateDepths(LastUpdate, BlockIter, RegUnits);
656 RegUnits, TII, P, IncrementalUpdate);
669 RegUnits, TII, P, IncrementalUpdate);
678 RegUnits, TII, P, IncrementalUpdate);
701 RegUnits, TII, P, IncrementalUpdate);