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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1715 LiveInterval *GlobalLI = &LIS->getInterval(GlobalReg); local
1718 LiveInterval::iterator GlobalSegment = GlobalLI->find(LocalLI->beginIndex());
1719 // If GlobalLI does not overlap LocalLI->start, then a copy directly feeds a
1723 if (GlobalSegment == GlobalLI->end())
1728 // LocalLI->start, then advance to the next segment. If a hole in GlobalLI
1733 if (GlobalSegment == GlobalLI->end())
1736 // Check if GlobalLI contains a hole in the vicinity of LocalLI.
1737 if (GlobalSegment != GlobalLI->begin()) {
1749 // If GlobalLI has a prior segment, it must be live into the EBB. Otherwise
1762 // GlobalDef is the bottom of the GlobalLI hol
[all...]

Completed in 170 milliseconds