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

References

lib/CodeGen/CalcSpillWeights.cpp
  182     totalWeight += LiveIntervals::getSpillWeight(true, false, &MBFI, localMBB);
  183     totalWeight += LiveIntervals::getSpillWeight(false, true, &MBFI, localMBB);
  241       totalWeight += weight;
  278     totalWeight *= 1.01F;
  299     totalWeight *= 0.5F;
  302     return normalize(totalWeight, start->distance(*end), numInstr);
  303   return normalize(totalWeight, li.getSize(), numInstr);