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

References

lib/CodeGen/StackSlotColoring.cpp
  200   AllColors.resize(1);
  205   AllColors[0].resize(LastFI);
  234       AllColors.resize(StackID + 1);
  236       AllColors[StackID].resize(LastFI);
  240     AllColors[StackID].set(FI);
  247   NextColors.resize(AllColors.size());
  250   for (unsigned I = 0, E = AllColors.size(); I != E; ++I)
  251     NextColors[I] = AllColors[I].find_first();
  299     NextColors[StackID] = AllColors[StackID].find_next(NextColors[StackID]);
  381   for (int StackID = 0, E = AllColors.size(); StackID != E; ++StackID) {
  386       NextColor = AllColors[StackID].find_next(NextColor);
  524   AllColors.clear();