Home
last modified time | relevance | path

Searched refs:GlobalSegment (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp1718 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex()); in constrainLocalCopy() local
1723 if (GlobalSegment == GlobalLI->end()) in constrainLocalCopy()
1730 if (GlobalSegment->contains(LocalLI->beginIndex())) in constrainLocalCopy()
1731 ++GlobalSegment; in constrainLocalCopy()
1733 if (GlobalSegment == GlobalLI->end()) in constrainLocalCopy()
1737 if (GlobalSegment != GlobalLI->begin()) { in constrainLocalCopy()
1739 if (SlotIndex::isSameInstr(std::prev(GlobalSegment)->end, in constrainLocalCopy()
1740 GlobalSegment->start)) { in constrainLocalCopy()
1745 if (SlotIndex::isSameInstr(std::prev(GlobalSegment)->start, in constrainLocalCopy()
1751 assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() && in constrainLocalCopy()
[all …]