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

References

lib/CodeGen/MachineScheduler.cpp
 1710   if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx)) {
 1713     LocalLI = &LIS->getInterval(LocalReg);
 1714     if (!LocalLI->isLocal(RegionBeginIdx, RegionEndIdx))
 1720   LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex());
 1732   if (GlobalSegment->contains(LocalLI->beginIndex()))
 1748                                LocalLI->beginIndex())) {
 1753     assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() &&
 1767   const VNInfo *LastLocalVN = LocalLI->getVNInfoBefore(LocalLI->endIndex());
 1767   const VNInfo *LastLocalVN = LocalLI->getVNInfoBefore(LocalLI->endIndex());
 1783     LIS->getInstructionFromIndex(LocalLI->beginIndex());