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

References

lib/CodeGen/MachineScheduler.cpp
 1725   if (GlobalSegment == GlobalLI->end())
 1732   if (GlobalSegment->contains(LocalLI->beginIndex()))
 1733     ++GlobalSegment;
 1735   if (GlobalSegment == GlobalLI->end())
 1739   if (GlobalSegment != GlobalLI->begin()) {
 1741     if (SlotIndex::isSameInstr(std::prev(GlobalSegment)->end,
 1742                                GlobalSegment->start)) {
 1747     if (SlotIndex::isSameInstr(std::prev(GlobalSegment)->start,
 1753     assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() &&
 1756   MachineInstr *GlobalDef = LIS->getInstructionFromIndex(GlobalSegment->start);