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

Declarations

include/llvm/CodeGen/LiveIntervals.h
  198     void pruneValue(LiveRange &LR, SlotIndex Kill,

References

lib/CodeGen/RegisterCoalescer.cpp
 1151   LIS->pruneValue(*static_cast<LiveRange *>(&IntB), CopyIdx.getRegSlot(),
 1162     LIS->pruneValue(SR, CopyIdx.getRegSlot(), &EndPoints);
 2929       LIS->pruneValue(Other.LR, Def, &EndPoints);
 2967         LIS->pruneValue(LR, Def, &EndPoints);
 3050         LIS->pruneValue(S, Def, &EndPoints);