Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2112 LiveInterval *GlobalLI = &LIS->getInterval(GlobalReg); in constrainLocalCopy() local
2115 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex()); in constrainLocalCopy()
2120 if (GlobalSegment == GlobalLI->end()) in constrainLocalCopy()
2130 if (GlobalSegment == GlobalLI->end()) in constrainLocalCopy()
2134 if (GlobalSegment != GlobalLI->begin()) { in constrainLocalCopy()