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);
  235       weight = LiveIntervals::getSpillWeight(writes, reads, &MBFI, *mi);