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

References

lib/CodeGen/VirtRegMap.cpp
  241   LIS = &getAnalysis<LiveIntervals>();
  248   LIS->addKillFlags(VRM);
  317     LiveInterval &LI = LIS->getInterval(VirtReg);
  318     if (LI.empty() || LIS->intervalIsInOneMBB(LI))
  356   const LiveInterval &LI = LIS->getInterval(Reg);
  358   SlotIndex BaseIndex = LIS->getInstructionIndex(MI);
  472   SlotIndex MIIndex = LIS->getInstructionIndex(MI);
  476     const LiveRange &UnitRange = LIS->getRegUnit(*Unit);