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

Declarations

include/llvm/CodeGen/LiveInterval.h
  487     std::pair<VNInfo*,bool> extendInBlock(ArrayRef<SlotIndex> Undefs,

References

lib/CodeGen/LiveRangeCalc.cpp
  251   auto EP = LR.extendInBlock(Undefs, Indexes->getMBBStartIdx(UseMBB), Use);
  402        auto EP = LR.extendInBlock(Undefs, Start, End);
lib/Target/Hexagon/HexagonExpandCondsets.cpp
  430     auto P = Range.extendInBlock(Undefs, LIS->getMBBStartIdx(BB), SI);