reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp
  257   for (InstructionSetMap::iterator It = PreviousRegSeqByUndefCount.begin(),
  258       E = PreviousRegSeqByUndefCount.end(); It != E; ++It) {
  315   if (PreviousRegSeqByUndefCount[NeededUndefs].empty())
  318       PreviousRegSeqByUndefCount[NeededUndefs];
  329   PreviousRegSeqByUndefCount[RSI.UndefReg.size()].push_back(RSI.Instr);
  346     PreviousRegSeqByUndefCount.clear();