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

Declarations

include/llvm/CodeGen/LiveRangeCalc.h
  193   void reset(const MachineFunction *mf, SlotIndexes *SI,

References

lib/CodeGen/LiveIntervals.cpp
  197   LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
  265   LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
  616   LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
 1671   LRCalc->reset(MF, getSlotIndexes(), DomTree, &getVNInfoAllocator());
lib/CodeGen/LiveRangeCalc.cpp
  120       SubLRC.reset(MF, Indexes, DomTree, Alloc);
lib/CodeGen/SplitKit.cpp
  383   LRCalc[0].reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT,
  386     LRCalc[1].reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT,
 1293       SubLRC.reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT,
 1389       SubLRC.reset(&VRM.getMachineFunction(), LIS.getSlotIndexes(), &MDT,