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

Declarations

include/llvm/CodeGen/LiveInterval.h
  805     unsigned getSize() const;

References

lib/CodeGen/CalcSpillWeights.cpp
  303   return normalize(totalWeight, li.getSize(), numInstr);
lib/CodeGen/RegAllocGreedy.cpp
  686   const unsigned Size = LI->getSize();