reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);