Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1854 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex()); in constrainLocalCopy() local
1859 if (GlobalSegment == GlobalLI->end()) in constrainLocalCopy()
1866 if (GlobalSegment->contains(LocalLI->beginIndex())) in constrainLocalCopy()
1867 ++GlobalSegment; in constrainLocalCopy()
1869 if (GlobalSegment == GlobalLI->end()) in constrainLocalCopy()
1873 if (GlobalSegment != GlobalLI->begin()) { in constrainLocalCopy()
1875 if (SlotIndex::isSameInstr(std::prev(GlobalSegment)->end, in constrainLocalCopy()
1876 GlobalSegment->start)) { in constrainLocalCopy()
1881 if (SlotIndex::isSameInstr(std::prev(GlobalSegment)->start, in constrainLocalCopy()
1887 assert(std::prev(GlobalSegment)->start < LocalLI->beginIndex() && in constrainLocalCopy()
[all …]