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

Declarations

include/llvm/CodeGen/LiveIntervals.h
  110     static float getSpillWeight(bool isDef, bool isUse,

References

lib/CodeGen/CalcSpillWeights.cpp
  182     totalWeight += LiveIntervals::getSpillWeight(true, false, &MBFI, localMBB);
  183     totalWeight += LiveIntervals::getSpillWeight(false, true, &MBFI, localMBB);
lib/CodeGen/LiveIntervals.cpp
  856   return getSpillWeight(isDef, isUse, MBFI, MI.getParent());