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

References

lib/CodeGen/StackSlotColoring.cpp
  335     assert(NewSS >= 0 && "Stack coloring failed?");
  336     SlotMapping[SS] = NewSS;
  337     RevMap[NewSS].push_back(SS);
  338     SlotWeights[NewSS] += li->weight;
  339     UsedColors.set(NewSS);
  340     Changed |= (SS != NewSS);