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

Declarations

include/llvm/CodeGen/LiveInterval.h
  495     VNInfo *extendInBlock(SlotIndex StartIdx, SlotIndex Kill);

References

lib/CodeGen/LiveIntervals.cpp
  393     if (VNInfo *ExtVNI = Segments.extendInBlock(BlockStart, Idx)) {
lib/CodeGen/SplitKit.cpp
 1180         VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End));
 1200           VNInfo *VNI = LI.extendInBlock(BlockStart, std::min(BlockEnd, End));
lib/Target/PowerPC/PPCVSXFMAMutate.cpp
  323             AddendSrcRange.extendInBlock(LIS->getMBBStartIdx(&MBB),