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

References

lib/CodeGen/StackSlotColoring.cpp
  233     if (StackID != 0) {
  234       AllColors.resize(StackID + 1);
  235       UsedColors.resize(StackID + 1);
  236       AllColors[StackID].resize(LastFI);
  237       UsedColors[StackID].resize(LastFI);
  240     AllColors[StackID].set(FI);