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

Declarations

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

References

lib/CodeGen/CalcSpillWeights.cpp
  235       weight = LiveIntervals::getSpillWeight(writes, reads, &MBFI, *mi);
lib/CodeGen/StackSlotColoring.cpp
  176           li.weight += LiveIntervals::getSpillWeight(false, true, MBFI, MI);
lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
   70     Weight += LiveIntervals::getSpillWeight(MO.isDef(), MO.isUse(), MBFI,